Commit Graph

4297 Commits

Author SHA1 Message Date
Jérémie N'gadi 960998037e optimizations + more modules 2020-05-11 19:23:02 +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
Henric Backman 839235c61d Delete FUNDING.yml 2020-05-11 17:40:21 +02:00
Jérémie N'gadi bc5ac22bda remove container module TODO work on it 2020-05-11 14:11:22 +02:00
Jérémie N'gadi 4fa7c557e1 fix typo 2020-05-11 14:07:12 +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
justtos 799a56c026 Allow the callback for the item to have access...
to basic info about itself
2020-05-10 12:42:15 +03:00
Henric Backman a31f860f91 latest ESX uses license not steamid 2020-05-10 00:43:32 +02:00
Henric Backman 1cddd4385a Update readme.md 2020-05-09 23:59:56 +02:00
Henric Backman acbc6843e9 fix img 2020-05-09 23:47:09 +02:00
Henric Backman 59eaee61c0 finally 2020-05-09 23:43:08 +02:00
Henric Backman bd264d81ac fix identity always showing 2020-05-09 20:33:27 +02:00
FuraXx 383aceffb4 update readme
- iceline removal
- update of the discord link
- fvm removal
2020-05-09 13:51:46 +02:00
Henric Backman ee4fc22e3a this should work 2020-05-09 00:53:27 +02:00
Henric Backman 7ae50e5149 fix get license 2020-05-08 23:56:32 +02:00
Henric Backman fe4c1bca41 this migh work better 2020-05-08 22:11:32 +02:00
Henric Backman 8d45ce70c9 sql injection fix
and some cleanup
2020-05-06 23:39:19 +02:00
azgar44 fba9a11ceb Add fr-FR translation database 2020-05-03 14:44:23 +02:00
Henric Backman 44e3f894cc update
old SpawnCharacter commented away as i updated it to suit my own setup

change display in main-container css if u dont have a way to trigger "kashactersS:SetupCharacters"  and "kashactersC:SetupCharacters"
2020-04-30 00:37:06 +02:00
Henric Backman 55b126172a add missing translation 2020-04-29 22:53:28 +02:00
Henric Backman 24b8d703ea Redesign
insiration taken from:  https://github.com/2nd-Life/esx_kashacters
2020-04-29 22:49:33 +02:00
Henric Backman 556277f692 udpate design 2020-04-29 21:38:25 +02:00
userMacieG a6bdce89f3 Update database name
Update database name from `essentialmode` to `es_extended`
2020-04-25 22:16:59 +02:00
Henric Backman aaf65fed75 Update main.lua 2020-04-24 20:39:09 +02:00
Henric Backman 5de27e34aa update 2020-04-24 20:30:26 +02:00
Samuel 10a45da29b Merge pull request #714 from MaLaGeBe/master
Update simplified Chinese translation and traditional Chinese translation
2020-04-24 17:01:43 +02:00
麻辣戈壁 71459c4ad8 Update simplified Chinese translation and traditional Chinese Translation 2020-04-24 22:11:17 +08:00
ElPumpo 04bfce640e ESX is no longer short for anything 2020-04-24 16:09:53 +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 c8381b1b4e Removed ESX.Game.GetClosestPlayer() second argument "modelFilter" 2020-04-22 11:35:04 +02:00
Samuel 6067935d09 Merge pull request #699 from AvarianKnight/master
Add vehicle tank health
2020-04-21 22:30:44 +02:00
AvarianKnight a9658e0eb8 add tank health 2020-04-21 13:42:07 -05:00
Samuel ee6fa0db7c Merge pull request #273 from TehZombiJesus/patch-1
Updated French translation
2020-04-21 13:15:45 +02:00
Samuel 9d1e7ac6ed Merge pull request #274 from SW1FT/patch-1
Fixed English typos
2020-04-21 13:14:41 +02:00
SW1FT 25a0287e15 EN locale fixes 2020-04-21 08:24:48 +01:00
userMacieG d6aeab0f7b Updated Polish translation (#676)
* Update pl.lua

* Update pl.lua

* Update pl.lua
2020-04-21 09:09:40 +02:00
ElPumpo c375761c6f Improved bad pickup code 2020-04-20 23:57:14 +02:00
ElPumpo 0647f4e77f Fixed stuck on loading screen, fixed player falling trough world, fixed #678 2020-04-20 11:31:19 +02:00
ElPumpo 083dcddfe2 Code cleanup, fixed cases of shadowing upvalue 2020-04-19 20:02:06 +02:00
ElPumpo 849da573bf Replaced isLoadoutLoaded variable with a function, removed enable pvp configuration 2020-04-19 11:54:51 +02:00
ElPumpo 33e928008e Fixed StopResource() not allowing some resources to be stopped 2020-04-19 11:53:45 +02:00
Kevin O'Byrne 61bd1cc3bf Update fr.lua 2020-04-19 03:49:04 -04:00
Lucas ab3cf826da Implemented ShowFloatingHelpNotification() (#662)
* Implement Floating Text

use `ESX.ShowFloatingHelpNotification("lol")` in a loop

* Removed beep and broken duration, fixed indent

Co-authored-by: Lucas <63737942+SSNIKRS@users.noreply.github.com>
Co-authored-by: ElPumpo <samo_kol@hotmail.com>
2020-04-15 20:44:36 +02:00
ElPumpo 17ac9d5846 Fixed mistakes with fuctions returning lists of players
Fixed some ESX functions that are used to get the closests, I forgot that the functions should've returned the player and not the entity handle :/

Also fixed the ESX.Game.GetClosestPed() function just returning your own ped.

Thanks @SSNRSS for helping me iron out the problems!

Co-Authored-By: Lucas. <ssnrss@users.noreply.github.com>
2020-04-15 20:08:00 +02:00
userMacieG b053a419e7 Create pl.lua 2020-04-14 19:35:49 +02:00
userMacieG 85e43a0229 Change menu align
Change menu align from `top-right` into `bottom-left`
2020-04-14 18:55:48 +02:00
userMacieG 2031961da3 Update sv.lua 2020-04-14 18:35:28 +02:00