Gellipapa
985c5a1cac
Merge pull request #1082 from MoskalykA/es-extended-lint
...
refactor(es_extended): correction of lint errors
2023-06-28 00:21:46 +02:00
MoskalykA
59325fab92
refactor(es_extended): correction of lint errors
2023-06-27 23:38:36 +02:00
TheFantomas
1b13ab0361
fix(es_extended): Some lint fixes (again)
2023-06-27 22:39:27 +02:00
Gellipapa
042b565ca6
Merge pull request #1060 from TheKetur55/patch-1
...
Save Custom Wheels
2023-06-18 20:51:06 +02:00
TheFantomas
d60b099523
Support for Back wheels & Some Fixes
2023-06-18 14:57:05 +02:00
KeyTur
ab527c6df1
Save Custom Wheels
2023-06-09 11:38:35 +02:00
Thekuca
cdfe4ddf43
revert(client/main): revert to old callbacks
2023-06-04 00:32:37 +02:00
Thekuca
b32ac5aed2
revert(client/callbacks): revert old code
2023-06-04 00:20:33 +02:00
Thekuca
86a8eeaa9f
Merge pull request #1022 from Kuuzoo/dev
...
feat(es_extended): support for drift tyres
2023-05-29 14:11:56 +02:00
Thekuca
ff3ee5843e
fix(client/functions): shadowing upvalue
2023-05-19 15:12:45 +02:00
Thekuca
353d9df9f7
refactor(client/main): refactor code
2023-05-19 15:06:32 +02:00
Thekuca
03a7917702
refactor(client/functions): refactor code
2023-05-19 15:00:42 +02:00
Tomić
c6bbab6053
Merge branch 'dev' into main
2023-05-08 12:00:38 +02:00
Tomić
eaa27d0ac4
feat(Client): GetAccount method
...
- Minor code refactoring
- Return nil on the server if the account isn't fount (self.getAccount)
2023-05-08 10:00:17 +02:00
Thekuca
4f02caef47
refactor(modules/nwpd): format code
2023-05-07 21:25:37 +02:00
Thekuca
3c7e012071
refactor(modules/callback): format code
2023-05-07 21:23:45 +02:00
TheFantomas
e8c7aac5a7
Other fixes
2023-05-07 19:51:48 +02:00
TheFantomas
1b13b2ed07
unused loop variable 'k' fixes
2023-05-07 19:46:42 +02:00
TheFantomas
d3086e61b4
lint(core): line contains trailing whitespace fixes
2023-05-07 19:39:11 +02:00
TheFantomas
612ffb59de
Hmm
2023-05-07 19:26:11 +02:00
Csoki
332f121d9c
refactor(es_extended/client/main.lua): tpm, noclip callbacks
2023-04-28 11:35:09 +02:00
Csoki
1c9ad325cf
feat(modules/callback): add Await callbacks
2023-04-28 11:19:02 +02:00
Gergo
d8b1046d38
Update [core]/es_extended/client/functions.lua
...
Co-authored-by: Csoki <feketetibi71@gmail.com >
2023-04-26 02:48:12 +02:00
Kuuzoo
92f5d3c0bc
Add Support for Drift Tyres
...
Integrate them into the VehicleProperties Functions, and make sure that they return true on the check so there should be no problems with older builds.
Thx to mycroft for the idea with the type <3
Co-Authored-By: Mycroft <22378232+Mycroft-Studios@users.noreply.github.com >
2023-04-19 17:19:20 +02:00
TheFantomas
01087c3c5a
refactor(es_extended): DisableSeatShuff move
2023-03-20 16:20:01 +01:00
TheFantomas
c4530d89ac
revert "a80f5f952a87969237117957d5c38e62d4294f24"
...
It does not work as it should, it is impossible to set the value to false.
https://ctrlv.cz/shots/2023/03/17/WWLS.png
2023-03-17 23:03:00 +01:00
P Gergő
fc687084eb
Feat: Disable config options
2023-03-12 00:11:05 +01:00
P Gergő
0d92c80d3b
Merge pull request #930 from Thekuca/patch-3
...
feat(es_extended/client/modules/actions.lua): Added disable seat shuff (PART 2)
2023-03-08 21:00:08 +01:00
Thekuca
513dbf7e12
fix(PR): Fixed the PR code
2023-03-08 20:22:08 +01:00
Thekuca
84edbd9a54
feat(es_extended/client/modules/actions.lua): Added disable seat shuff (PART 2)
2023-03-08 19:35:59 +01:00
P Gergő
13838fd8a9
Merge pull request #929 from MoskalykA/main
...
refactor(playerActive): longer refreshment time
2023-03-08 13:16:02 +01:00
MoskalykA
5f096f485f
refactor(playerActive): longer refreshment time
2023-03-08 12:30:11 +01:00
Mycroft
322d268c26
formatting: more camelCase
2023-03-02 08:42:06 -08:00
Mycroft
9be905588f
tweak(es_extended/client/functions.lua): add more validation
2023-03-02 08:39:19 -08:00
Mycroft
3a77657679
feat(es_extended): Better error messaging to ensure onesync infinity is enabled
2023-03-01 10:27:52 -08:00
Mycroft
eeadbbc6d4
feat(es_extended/client): Onesync range validation for client-sided spawning
...
a better version of: https://github.com/esx-framework/esx_core/pull/915
2023-03-01 10:15:38 -08:00
MoskalykA
a80f5f952a
refactor: more logical code
2023-03-01 09:54:49 +01:00
P Gergő
3d8eaa92d9
Fix: Metadata update to client side
2023-02-27 16:50:42 +01:00
P Gergő
2c212c13aa
Merge pull request #886 from esx-framework/fix-csoki
...
feat(es_extended): callback functions, vehicle type
2023-02-26 23:12:32 +01:00
P Gergő
c0783422ff
feat: esx:updatePlayerData
2023-02-21 23:18:05 +01:00
TheFantomas
26257aca63
Merge pull request #911 from TheFantomas/main
...
refactor(es_extended/client/main.lua): VehicleProperties better way (Credits for Luke <3)
2023-02-21 19:13:41 +01:00
TheFantomas
4933b07811
Credits
2023-02-21 19:13:18 +01:00
TheFantomas
df21f8a4cc
refactor(es_extended/client/main.lua): VehicleProperties better way
2023-02-21 18:50:52 +01:00
TheFantomas
4534c9f214
Merge pull request #909 from Naifen-Phoxidas/main
...
fix(es_extended): shared event help link
2023-02-20 22:53:10 +01:00
Naifen
509ba27a97
Merge branch 'esx-framework:main' into main
2023-02-20 22:31:17 +01:00
Naifen || Developer
5b3c0e6784
Update sharedevent link
2023-02-20 22:30:43 +01:00
P Gergő
fd759496f3
Fix: Actions, update ped in PlayerData
2023-02-20 19:03:25 +01:00
TheFantomas
051a8d0200
Fix DisableVehicleRewards
2023-02-13 22:32:40 +01:00
TheFantomas
1f49d7c28c
Revert "Merge pull request #885 from esx-framework/fix-csoki"
...
This reverts commit da3e5fbab9 , reversing
changes made to 39cf1053c7 .
2023-02-13 22:10:27 +01:00
Csoki
37597112ad
refactor(es_extended): ESX.GetVehicleType and add client side
2023-02-10 22:33:16 +01:00