ArkSeyonet
eacf7c0b94
Update es_extended
...
- Finish removing code for forcing stop resources
2020-05-17 04:16:00 -05:00
Jérémie N'gadi
947f2184ff
Revert "pt-PT Translation pt.lua"
2020-05-15 18:21:28 +02:00
Jérémie N'gadi
5a21e759a9
Merge pull request #737 from ESX-Org/develop
...
pt-PT Translation pt.lua
2020-05-15 18:16:58 +02:00
heyheyitsmeman
eab23417a5
Update player.lua
2020-05-15 17:02:35 +03:00
Jérémie N'gadi
ff8625cb32
Now we can extend xPlayer without touching core files
2020-05-13 21:04:06 +02:00
Jérémie N'gadi
dea2af3c7a
Merge pull request #724 from p-josue/patch-2
...
Add maxCarryItem function
2020-05-11 22:53:30 +02:00
Jérémie N'gadi
f8c3dd3b2f
ensure base as first migration
2020-05-11 22:43:15 +02:00
Jérémie N'gadi
3ef71f7d35
ensure migration order
2020-05-11 22:41:56 +02:00
p-josue
e7978c2380
Add maxCarryItem function
...
A function that returns the max number of item that this player can carry
2020-05-11 18:08:25 +02:00
Jérémie N'gadi
29d2a48a12
Added some modules + Experimental SQL auto-migration stuff
2020-05-11 14:05:00 +02:00
Jérémie N'gadi
390cce6195
single resource concept + first attempt to reorganize code
2020-05-11 04:21:10 +02:00
ElPumpo
7d7f72082a
Only grant ace permission if needed (even if fivem devs changed the behaviour)
2020-04-24 15:23:25 +02:00
ElPumpo
cb9038c911
Fixed #709 throwing weapons, fixed throwing weapons missing components, added player join msg
2020-04-24 15:18:16 +02:00
ElPumpo
990feb9ca9
Fixed "Changing ones own access is not permitted"
2020-04-22 12:25:55 +02:00
ElPumpo
c375761c6f
Improved bad pickup code
2020-04-20 23:57:14 +02:00
ElPumpo
33e928008e
Fixed StopResource() not allowing some resources to be stopped
2020-04-19 11:53:45 +02:00
ElPumpo
e772031094
Fixed some cases of shadowing upvalue
2020-04-14 10:42:03 +02:00
ElPumpo
71e24f0a72
Fixed while statement
2020-04-13 19:02:56 +02:00
ElPumpo
238bcae7c0
Stop incompatible resources (see description)
...
Automaticly stop resources that
- a) not compatible with ESX, for example spawnmanager
- b) does the same as esx does, but what esx probably does better
2020-04-13 17:50:20 +02:00
ElPumpo
2b58041abb
Added default map name & game type
...
Co-Authored-By: Thuan Truong <newt74@users.noreply.github.com >
2020-04-13 16:33:00 +02:00
ElPumpo
ddd3a88336
Minor variable renaming
2020-04-11 11:55:27 +02:00
Andrea Passarini
9f1a18d420
Fix removeWeaponComponent not working correctly
2020-04-07 04:43:24 +02:00
Vegard Bendiktsen
f4558c85e3
Support table/list of groups when registering commands ( #616 )
...
* Support table/list of groups when registering commands
* Adhere to "unwritten code standard"
2020-04-03 09:20:58 +02:00
ElPumpo
fde5571b43
Improved error messages and fixed players joining with same identifier, fixes #605
2020-03-26 11:59:27 +01:00
ElPumpo
be2dc2e9e2
Minor adjustments
2020-03-25 22:45:23 +01:00
ElPumpo
8a6579fd7e
Added /setaccountmoney command, closes #558
2020-03-24 10:57:25 +01:00
ElPumpo
8a586e433c
⚠️ ⚠️ BREAKING COMMIT ⚠️ ⚠️ : mapmanager & spawnmanager ditch
...
Make sure you remove or disable mapmanager and spawnmanager
2020-03-23 13:58:41 +01:00
ElPumpo
0fc8c4d9c5
Added /save <playerId> and /saveall commands
2020-03-23 12:10:25 +01:00
ElPumpo
d8e4e8d991
Fixed group not storing on db when saving player
2020-03-23 11:55:55 +01:00
ElPumpo
9a1dfa42ca
Sync consumed ammo with server properly
...
No more security issues here!
2020-03-22 09:43:43 +01:00
ElPumpo
ff9930068f
Keep weight stored
2020-03-15 12:20:08 +01:00
MohamedAmrMahdy
e712c0158d
Add xPlayer.getMaxWeight() ( #559 )
...
* Add xPlayer.getMaxWeight()
Add ability to read current maximum weight for player
* Remove the tab indent
2020-03-11 09:53:57 +01:00
ElPumpo
a8255ce6e3
Corrected spelling
2020-03-11 09:44:26 +01:00
ElPumpo
e0d561649b
Added invalid command handler
2020-03-09 13:05:33 +01:00
ElPumpo
7efcf85abb
Fixed indent mistake
2020-03-09 12:35:40 +01:00
麻辣戈壁
086f280a77
Fix give weapon ammo on esx:giveInventoryItem
2020-03-07 19:59:45 +08:00
ElPumpo
1d60857a7e
Fixed /setgroup command
2020-03-06 20:46:28 +01:00
ElPumpo
3ba2ed150f
Save accounts as encoded json text, migrate script found in development discord
2020-03-06 20:41:37 +01:00
ElPumpo
a2308dec59
Implemented starting balance, closes #537
2020-03-04 13:01:46 +01:00
ElPumpo
4e4ebfff7b
Re-done locale names for commands, moved hardcoded strings to locale and added /setgroup command
2020-03-04 12:41:57 +01:00
ElPumpo
c4655598f9
Removed ES leftover code
2020-03-04 11:28:34 +01:00
ElPumpo
4d9af4e1ab
Improved saving loadouts (see desc)
...
- Only save weapon components if needed, wont save default clip anymore, and if no other component is available then its not saved at all
- Tint index not stored if not above 0
- Weapon label not saved in database since its useless
- Validate weapon on player load
2020-03-01 10:54:03 +01:00
ElPumpo
24a9defca4
Removed xPlayer.removeWeapon() second argument
2020-02-25 15:54:38 +01:00
ElPumpo
ecbf340e39
Accept "me" in player or playerId type
...
Co-Authored-By: Dan Sadler <sadler2@users.noreply.github.com >
2020-02-22 10:05:10 +01:00
ElPumpo
21de2f9420
Remove suggestion on command override
2020-02-17 23:21:04 +01:00
ElPumpo
73a818aed9
Implemented adding chat suggestions
2020-02-17 23:07:38 +01:00
ElPumpo
8a832aee3b
Implemented adding chat suggestions, closes #512
2020-02-17 23:07:18 +01:00
ElPumpo
4b648a8bef
Override existing commands, and fixed rare bug with cb args all nil
2020-02-17 22:48:44 +01:00
ElPumpo
35a726685e
⚠️ ⚠️ BREAKING COMMIT ⚠️ ⚠️ : Complete ES ditch
2020-02-17 15:22:09 +01:00
ElPumpo
f236a67d63
Implemented json encoded inventory, closes #177
2020-02-12 12:33:14 +01:00