Commit Graph

4619 Commits

Author SHA1 Message Date
rex2630 f8f97578db Added Czech translation (#22)
* Added czech lang

* Added czech lang
2019-12-07 12:09:26 +01:00
ElPumpo 5a38d951e8 Initial code cleanup 2019-12-07 11:22:40 +01:00
rex2630 b9ea9478c3 Added Czech locale (#55)
* Czech language support

* Fix

* Czech lang support
2019-11-24 18:06:28 +01:00
Samuel ca07da00d4 Merge pull request #57 from rex2630/patch-3
Removed keys table
2019-11-24 18:05:48 +01:00
rex2630 5c5dcf7643 Removed keys table 2019-11-24 18:05:16 +01:00
Tinky 92c5b10343 Removed local keys 2019-11-19 20:46:01 +01:00
ElPumpo 3aa7ada482 Follow markdown standard 2019-11-16 18:26:36 +01:00
ElPumpo c7a30efdd1 Added ESX.Table.Set() function and fixed accounts not loading
http://www.lua.org/pil/11.5.html
2019-11-16 17:41:41 +01:00
ElPumpo aa1ad0a1e8 Minor code improvements 2019-11-14 22:26:13 +01:00
ElPumpo f32f44f502 Fixed trailing spaces, and commands.lua use apostrof 2019-11-14 21:25:16 +01:00
Samuel b9e0f3a039 Merge pull request #77 from rex2630/patch-1
Removed unused variable
2019-11-14 20:08:34 +01:00
Poggu e8f98e03eb Add support for new ESX weight system (#63)
* Added weight support

* Update main.lua

* Removed unused variable
2019-11-13 21:46:48 +01:00
ElPumpo 08000e4afb Fixed xPlayer notification mistake, rewrote statements 2019-11-13 21:40:49 +01:00
Samuel 35f2c2ebf2 Merge pull request #82 from rex2630/patch-1
Use new ESX code
2019-11-13 21:32:47 +01:00
rex2630 0e5497b914 Added Czech locale (#83)
* Czech file lang added

* Added czech language

* Fix
2019-11-13 21:31:49 +01:00
Samuel 27da8b5242 Merge pull request #43 from rex2630/patch-1
Add support for new ESX weight system
2019-11-13 21:28:39 +01:00
Samuel c62ca2e70f Merge pull request #89 from rex2630/patch-1
Use new ESX code
2019-11-13 21:21:01 +01:00
rex2630 935f54c8e3 Support for new ESX 2019-11-13 16:57:03 +01:00
rex2630 0d4833d1d7 Support for new ESX 2019-11-13 16:52:17 +01:00
rex2630 2f8df295b4 Add support for new ESX weight system 2019-11-13 16:39:28 +01:00
rex2630 3eb220ad5a Removed unused variable 2019-11-12 21:36:12 +01:00
Samuel 048f6c7017 Merge pull request #54 from rex2630/patch-1
Use latest ESX functions
2019-11-12 21:05:17 +01:00
rex2630 ea4dace232 New ESX support 2019-11-12 21:01:26 +01:00
rex2630 68a9f126eb Support for new ESX weight system (#224)
* Support for new ESX

* Fix

* Fix 2 and removed sourceItem variable
2019-11-12 20:55:27 +01:00
rex2630 1b7721641c Removed letftover variable (#77) 2019-11-12 20:55:05 +01:00
rex2630 591aba6325 Add support for new ESX weight system (#75)
* Support for new ESX

* Fix
2019-11-12 20:46:15 +01:00
ElPumpo 956fe5f183 Minor code cleanup 2019-11-09 17:25:41 +01:00
ElPumpo cbc5113d7b Minor statement fix 2019-11-02 11:01:26 +01:00
ElPumpo a35a3b8b84 Fixed statement 2019-10-29 20:45:50 +01:00
Samuel 09fbb60e8a Merge pull request #377 from Trsak/master
Fix pickups not syncing server sided
2019-10-27 09:30:06 +01:00
ElPumpo a2daba053d use new esx carry limit code 2019-10-27 00:40:50 +02:00
Samuel b3c2a520ab Merge pull request #158 from Poggicek/master
Added weight support and amount sliders to pharmacy menu
2019-10-27 00:19:25 +02:00
ElPumpo 88b284f925 Minor changes 2019-10-27 00:12:36 +02:00
Petr Sopf 40f9d2aa1f Fix pickups not syncing server sided 2019-10-23 21:47:35 +02:00
Poggu 7ca8779b90 Added weight support and amount sliders to pharmacy menu 2019-10-20 11:00:06 +02:00
ElPumpo 549c28ff61 Fixed #66, cleanup code 2019-10-20 09:50:32 +02:00
ElPumpo 87fb7b6571 Removed old locales, updated Swedish locale 2019-10-19 19:48:34 +02:00
ElPumpo f33c317d6f Fixed sql file inproper weight type 2019-10-19 19:38:54 +02:00
Poggu 4efea53b37 Added weight support (#65)
* Added weight support
2019-10-19 19:35:54 +02:00
Samuel b2c5044fc9 Merge pull request #364 from BenjiM/master
Update fr.lua
2019-10-15 20:55:37 +02:00
Samuel da6ad23afe Merge pull request #366 from userMacieG/patch-3
Update pl.lua
2019-10-15 20:54:59 +02:00
userMacieG 9ac7d39884 Update pl.lua 2019-10-14 14:07:27 +02:00
BenjiM d9a545727f Update fr.lua 2019-10-14 01:34:47 +02:00
ElPumpo e530a6d39c Add support for new esx weight 2019-10-13 20:59:11 +02:00
ElPumpo 145f8ebe75 Breaking changes: implemented global weight inventory system, read description before updating!
- Fixed #256
- Implements #173

__NO OFFICIAL ESX SCRIPT WILL WORK WITH THIS AT THE MOMENT__

This commit will break your entire ESX if you dont use the new SQL format, follow the new one if you want it all to work properly.

Scripts using `item.limit` will break too, instead use `xPlayer.canCarryItem(item, count)`
2019-10-13 20:56:09 +02:00
ElPumpo 130df3f18f Fixed notification 99 char limit by using TextEntry, fixes #286
You can also split up strings each 99 chars and still use AddTextComponentSubstringPlayerName
2019-10-13 20:20:12 +02:00
userMacieG e962b1daae Update pl.lua 2019-10-13 19:20:40 +02:00
ElPumpo 0e5dda5779 Added pvp to esx, fixes #302 2019-10-13 19:18:22 +02:00
Samuel 663dce307f Merge pull request #357 from userMacieG/patch-2
Update pl.lua
2019-10-13 17:31:25 +02:00
ElPumpo 32e6c7edc2 Added optional xPlayer.getCoords() argument to return vector3 type 2019-10-13 16:39:29 +02:00