Refactors and fixes

refactor: Remove Citizen. (Wait And CreateThread)(All resources)
feat: Add KeyMapping to taxijob and sit (Removes pointless Threads)
fix: vector coords bug
feat : Add txAdmin support into basicneeds (server.lua)
Change: ESX Whitelist config from 0 minimum to 10
fix: Start Changing IsDead to ESX.GetPlayerData().dead
fix: Add a sleep to Identity
This commit is contained in:
Mycroft
2022-02-11 00:31:23 +00:00
parent 6901ffd971
commit 8dd3abd872
66 changed files with 512 additions and 523 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
Citizen.CreateThread(function()
Citizen.Wait(3000)
CreateThread(function()
Wait(3000)
print('^1Do not run this resource in a live environment, it is solely intended for showcasing ESX functions^0')
end)