Files
rpemotes/fxmanifest.lua

18 lines
242 B
Lua

fx_version 'adamant'
game 'gta5'
-- Comment this out if you don't want to use the SQL keybinds
dependency 'ghmattimysql'
client_scripts {
'NativeUI.lua',
'Config.lua',
'Client/*.lua'
}
server_scripts {
'Config.lua',
'Server/*.lua'
}