mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user