mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 23:01:30 +00:00
16 lines
185 B
Lua
16 lines
185 B
Lua
fx_version 'adamant'
|
|
|
|
game 'gta5'
|
|
|
|
description 'ESX Boilerplate'
|
|
|
|
shared_script '@es_extended/imports.lua'
|
|
|
|
server_scripts {
|
|
'server/main.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'client/main.lua'
|
|
}
|