mirror of
https://github.com/jimathy/rpemotes.git
synced 2026-07-30 17:16:08 -04:00
18 lines
242 B
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'
|
|
}
|