mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
14 lines
184 B
Lua
14 lines
184 B
Lua
fx_version 'adamant'
|
|
|
|
game 'gta5'
|
|
|
|
description 'ESX License'
|
|
lua54 'yes'
|
|
version '1.8.5'
|
|
|
|
server_scripts {
|
|
'@es_extended/imports.lua',
|
|
'@oxmysql/lib/MySQL.lua',
|
|
'server/main.lua'
|
|
}
|