Files
esx_core-esx-framework/fxmanifest.lua
T
2020-01-19 17:19:57 +01:00

14 lines
143 B
Lua

fx_version 'adamant'
game 'gta5'
description 'ESX Boilerplate'
server_scripts {
'server/main.lua'
}
client_scripts {
'client/main.lua'
}