ElPumpo
6a0f3ca452
Fixed untested new code :/
2020-04-14 13:58:40 +02:00
ElPumpo
cf7f6b14f4
Finished new code, closes #249
...
Co-Authored-By: Lén <corbeau.lenaic@gmail.com >
2020-04-14 13:25:45 +02:00
ElPumpo
5562712975
⚠️ ⚠️ BREAKING COMMIT ⚠️ ⚠️ : Merged dupe client functions code
...
This changes arguments on the following functions:
- ESX.Game.GetClosestObject()
- ESX.Game.GetPeds(), no more arg for ignoreList
- ESX.Game.GetClosestPed(), no longer a ignore list, instead a whitelist
2020-04-14 13:08:10 +02:00
ElPumpo
d143cbfaa3
Update en_esx_jobs.sql
2020-04-14 10:57:09 +02:00
ElPumpo
e772031094
Fixed some cases of shadowing upvalue
2020-04-14 10:42:03 +02:00
ElPumpo
26ac44b35b
Hopefully fixed #633
2020-04-14 10:29:30 +02:00
ElPumpo
779afff503
Fixed typos in locales, closes #658
2020-04-14 10:23:55 +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
RikoDEV
01a7259288
Merge branch 'master' into master
2020-04-13 17:00:08 +02:00
RikoDEV
62705a6b7f
Merge pull request #22 from Uniixx/master
...
Multiple languages support
2020-04-13 16:56:39 +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
Uniixx
34a9f1b0d5
Multiple languages support
...
Supports many languages such as French, English and Polish (used Google Translate)
Also fixed a typo in the readme and added instructions on how to change the language.
Sorry I had to repush again due to my last repository being broke.
2020-04-12 17:29:00 -04:00
ElPumpo
d707b60493
Added timeout on HasCollisionLoadedAroundEntity()
2020-04-12 18:11:35 +02:00
ElPumpo
ddd3a88336
Minor variable renaming
2020-04-11 11:55:27 +02:00
ElPumpo
8de2e4311a
Unload model where applicable
2020-04-11 11:53:50 +02:00
Henric Backman
114387498e
Fix MySQL to get propper job grade
...
and filter it if the character is Unemployed
2020-04-10 05:47:34 +02:00
Henric Backman
3940787978
Actually make use of the job_grade that was added
2020-04-10 05:43:32 +02:00
Henric Backman
26ca0a148e
this need to be an i
2020-04-10 04:53:39 +02:00
Henric Backman
1fa58f645c
Fix cash/bank showing as undefined with new ESX
2020-04-10 04:46:50 +02:00
Samuel
b8cf86532f
Merge pull request #637 from Profex1999/patch-1
...
Fix removeWeaponComponent not working correctly
2020-04-09 17:54:55 +02:00
ArkSeyonet
2e04fd92b9
Fix errors, fixing spacing
2020-04-07 19:38:10 -05:00
ArkSeyonet
d69c1e0d8b
Update main.lua
2020-04-07 14:57:07 -05:00
ArkSeyonet
028af54c31
Update main.lua
2020-04-07 11:14:53 -05:00
Andrea Passarini
9f1a18d420
Fix removeWeaponComponent not working correctly
2020-04-07 04:43:24 +02:00
ArkSeyonet
54534f1962
Fix spacing
2020-04-06 13:06:04 -05:00
ArkSeyonet
2c557591b1
Update main.lua
2020-04-06 12:51:19 -05:00
ArkSeyonet
3b4fd6b2f2
Update ESX Identity ( tempVariable)
2020-04-06 12:48:49 -05:00
ArkSeyonet
b34b08eee3
Update main.lua
2020-04-06 11:29:04 -05:00
ArkSeyonet
ea3a450576
Fix error, removed unused config
2020-04-06 11:25:25 -05:00
ElPumpo
b0215b9671
Fixed isDead variable not updating properly, closes #635
...
Co-Authored-By: pitermcflebor <pitermcflebor@users.noreply.github.com >
2020-04-06 17:59:40 +02:00
ArkSeyonet
ab15b64fad
Update main.lua
2020-04-06 10:29:04 -05:00
ArkSeyonet
6c1bcd330b
Fix Indent For Locales
2020-04-06 10:14:55 -05:00
ArkSeyonet
fb3f248276
Update main.lua
2020-04-06 10:12:05 -05:00
ArkSeyonet
bfb6e3631a
Update ESX Identity
2020-04-06 09:09:19 -05:00
ArkSeyonet
c67e4b96c1
Update ESX Identity
2020-04-06 08:38:00 -05:00
ElPumpo
492f41ca45
Don't spam request asset natives
2020-04-06 13:19:34 +02:00
ElPumpo
2c2978feaa
Replaced coords sync interval with sync every second
...
Because xPlayer.getCoords() has uses it cant be out of sync code
2020-04-06 12:09:06 +02:00
Samuel
f70e1ad3ed
Merge pull request #624 from YisusTM01/master
...
Fixed collisions of pickups items and weapons
2020-04-06 09:59:38 +02:00
Jesús
1f61585917
Fixed collisions of pickups items and weapons
...
Fixed character and car collisions with objects lying on the ground (also weapons and the bat itself).
2020-04-04 19:03:34 +02:00
RikoDEV
ac96a70de3
Merge pull request #13 from KoolAiddTV/master
...
ES Extended changes for player spawn
2020-04-03 19:04:21 +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
Minikeysi
544e0e0dc3
Update fr.lua
...
Better translate for FR.
2020-04-02 20:24:53 +02:00
KoolAiddTV
b1999fde56
Update readme.md
2020-04-01 00:30:53 -04:00
KoolAiddTV
7a142d87ca
New code to comment out
...
With that code commented out the spawn in is back to normal. It allows for the backdrop when character selecting and does the actual drop-in on the camera.
2020-04-01 00:30:11 -04:00
ElPumpo
2855a34038
Fixed paying rent with latest ESX accounts, added automatic removal if cannot afford
2020-03-31 12:28:57 +02:00
RoJea32
6c70abd5e8
Fix "attempt to index a nil value field ('?')" ( #612 )
...
* Update main.lua
* Update main.lua
2020-03-31 11:24:30 +02:00
麻辣戈壁
93772d378f
Add simplified Chinese and traditional Chinese language ( #588 )
...
* Add simplified Chinese and traditional Chinese language
* Update tc.lua
* Added new translations
* Added new translations
* Update sc.lua
* Update tc.lua
* Very final strings to translate
* Update sc.lua
* Update tc.lua
Co-authored-by: ElPumpo <samo_kol@hotmail.com >
2020-03-30 10:20:37 +02:00
RikoDEV
c3b23f3973
Update readme-pl.md
2020-03-28 06:33:59 +01:00
RikoDEV
c6f2e2c52f
Update readme.md
2020-03-28 06:33:30 +01:00