Commit Graph

4297 Commits

Author SHA1 Message Date
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
ElPumpo 61fe6e7323 Removed ES links, see #356 2019-10-13 16:38:56 +02:00
ElPumpo 6d2b30a511 Removed keys table 2019-10-12 23:46:05 +02:00
ElPumpo 18b16dea70 Removed keys table 2019-10-12 23:42:21 +02:00
ElPumpo 64a954a61b Dont use misleading keys table 2019-10-12 23:41:40 +02:00
userMacieG f438ea21db Update pl.lua 2019-10-11 14:35:49 +02:00
userMacieG a791aebfd4 Update README.md 2019-10-11 11:25:31 +02:00
ElPumpo 322fb19034 Fixed #350 2019-10-09 21:55:44 +02:00
ElPumpo 546ac33b1a Added xPlayer .showNotification() and .showHelpNotification() 2019-10-06 20:29:56 +02:00
ElPumpo 4000e1eb34 Added DrawText3D() optional font argument 2019-10-06 20:29:21 +02:00
ElPumpo 8a7cf56497 xPlayer.getCoords() round to one decimal from ES 2019-09-29 11:30:42 +02:00
ElPumpo 06952418bf DrawText3D: use SetDrawOrigin() instead of World3dToScreen2d() that was one frame behind 2019-09-29 11:30:21 +02:00
Samuel 986e12ad38 Merge pull request #322 from LifeGoal/master
Loadout & confiscating fix (read desc)
2019-09-29 09:12:04 +02:00
ElPumpo 1d6cf75c63 Fixed typo 2019-09-22 13:08:17 +02:00
ElPumpo 440769caed Further cleanup 2019-09-22 13:00:24 +02:00
Samuel 9a17f31c3f Merge pull request #66 from lfuelling/patch-1
hide "press e to modify" hint when in the menu
2019-09-18 18:45:09 +02:00
ElPumpo cceee68ca7 Minor cleanup
Co-Authored-By: danishrp <danishrp@users.noreply.github.com>
2019-09-18 18:39:36 +02:00
ElPumpo 96f9dab2a8 Dont let model be changed, as it cant be changed in LS anyways and is used to cheat
Co-Authored-By: danishrp <danishrp@users.noreply.github.com>
2019-09-18 18:39:21 +02:00
ElPumpo 8586fdcce2 Fix thrown items not synced with mid-joined players 2019-09-18 13:47:41 +02:00
EbenSantuy 5ba5f685ab Update Changelog 2019-09-17 11:20:53 +00:00
EbenSantuy 460665d1d7 Fix Bug When Die Reconnect
when your die and you recconect you still alive and your item not removed
2019-09-17 11:17:44 +00:00
EbenSantuy 0eecd79463 Fixed Bug Recconect When Die
when your die and you recconect you still alive and your item not removed
2019-09-17 11:17:09 +00:00
EbenSantuy 50d1e143a3 Update Tutorial 2019-09-17 17:24:52 +07:00