Commit Graph

6209 Commits

Author SHA1 Message Date
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
userMacieG c3e5f476f5 Update pl.lua 2020-04-14 18:35:01 +02:00
userMacieG ee484b5b5a Update fr.lua 2020-04-14 18:34:34 +02:00
ElPumpo f5db0f85c1 Update esx_weaponshop.sql 2020-04-14 16:53:46 +02:00
ElPumpo 74f546cf13 Update README.md 2020-04-14 16:53:41 +02:00
ElPumpo 79029d5608 Latest ESX code 2020-04-14 16:53:35 +02:00
ElPumpo 6d81ff44ce Latest ESX code 2020-04-14 16:53:26 +02:00
ElPumpo 59c51e6daf Update esx_status.sql 2020-04-14 16:53:17 +02:00
ElPumpo fe1f55f268 Update esx_society.sql 2020-04-14 16:53:06 +02:00
ElPumpo ffd21e2c93 Latest ESX code 2020-04-14 16:53:01 +02:00
ElPumpo 797ed36eef Latest ESX code 2020-04-14 16:52:53 +02:00
ElPumpo 0ca8c43dba Update README.md 2020-04-14 16:52:47 +02:00
ElPumpo d65f4a34bb Latest ESX code 2020-04-14 16:52:28 +02:00
ElPumpo d96cf29e5a Latest ESX code 2020-04-14 16:51:46 +02:00
ElPumpo 2da774ad8a Latest ESX code 2020-04-14 16:51:30 +02:00
ElPumpo 11e9bd7059 Latest ESX code 2020-04-14 16:51:13 +02:00
ElPumpo 95db17d3db Latest ESX code 2020-04-14 16:50:50 +02:00
ElPumpo 6df1bafaed Update esx_license.sql 2020-04-14 16:50:32 +02:00
ElPumpo 6ae703b189 Update esx_garage.sql 2020-04-14 16:50:21 +02:00
ElPumpo 87801b9385 Latest ESX code 2020-04-14 16:50:11 +02:00
ElPumpo 3c8f7e82a2 Latest ESX code 2020-04-14 16:49:53 +02:00
ElPumpo bc023c0c4d Latest ESX code 2020-04-14 16:49:44 +02:00
ElPumpo afcd852cd1 Update esx_joblisting.sql 2020-04-14 16:49:34 +02:00
ElPumpo f4829871ad Initial improvements 2020-04-14 16:49:28 +02:00
ElPumpo 98220cec20 Latest ESX code 2020-04-14 16:49:13 +02:00
ElPumpo 88fd62fe7c Latest ESX code 2020-04-14 16:48:59 +02:00
ElPumpo dbc65e6218 2020 update 2020-04-14 16:48:53 +02:00
ElPumpo 2534608d14 Latest ESX code 2020-04-14 16:48:45 +02:00
ElPumpo 58e5fe5a9f Latest ESX code 2020-04-14 16:48:36 +02:00
ElPumpo 94031d40a0 Latest ESX code 2020-04-14 16:48:30 +02:00
ElPumpo 053ae1866f 2020 update 2020-04-14 16:47:55 +02:00
ElPumpo 32a7fb15de New sql code 2020-04-14 16:47:41 +02:00
ElPumpo c339d44214 2020 update 2020-04-14 16:47:14 +02:00
ElPumpo 9e6b9b2824 2020 update 2020-04-14 16:47:07 +02:00
ElPumpo 1049049579 Latest ESX code 2020-04-14 16:46:56 +02:00
ElPumpo bd76482cae Minor adjustments, changed sql database name 2020-04-14 16:45:28 +02:00
ElPumpo 2d46087ade Added back removed NUI chunking code 2020-04-14 16:37:55 +02:00
ElPumpo 1f53d642aa Use NUI chunking (it has performance issues) 2020-04-14 16:36:50 +02:00
SW1FT 5f9fc94c4d Fixed English locale typos (#659)
* Minor en locale changes

* Forgot this one
2020-04-14 14:58:34 +02:00