mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
104479eaab
- 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
7 lines
202 B
Lua
7 lines
202 B
Lua
Config = {}
|
|
|
|
Config.StatusMax = 1000000
|
|
Config.TickTime = 1000
|
|
Config.UpdateInterval = 30000
|
|
Config.Display = true -- Enable the esx_status bars (disable if you are using another HUD)
|