mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +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
22 lines
253 B
Lua
22 lines
253 B
Lua
fx_version 'adamant'
|
|
|
|
game 'gta5'
|
|
|
|
description 'ESX Sit'
|
|
|
|
version 'legacy'
|
|
|
|
shared_script '@es_extended/imports.lua'
|
|
|
|
server_scripts {
|
|
'config.lua',
|
|
'lists/seat.lua',
|
|
'server.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'config.lua',
|
|
'lists/seat.lua',
|
|
'client.lua'
|
|
}
|