feat: Update all resources to version legacy

- Resources updated to use `@es_extended/imports.lua` instead of calling ESX manually

- Replaced all xPlayer loops with ESX.GetExtendedPlayers()

- Reverted NUI chunking for esx_menu_default

- Performance improvements for several resources

- Added events and checks for the player to be loaded for several resources

- Changed all PlayerData tables to use ESX.PlayerData
This commit is contained in:
Linden
2021-06-26 13:33:59 +10:00
parent e3113ab7f9
commit 104479eaab
130 changed files with 404 additions and 822 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sv_maxclients 8 # Allow access to features usually locked behind a FiveM patreon
sets sv_projectName "ESX Legacy"
sets sv_projectDesc ""
sets locale "root-AQ"
sets tags "default, esx,"
sets tags "default, esx"
set onesync legacy # Not recommended to use Infinity with ESX
set mysql_connection_string "mysql://user:password@localhost/es_extended?waitForConnections=true&charset=utf8mb4"