mirror of
https://github.com/jimathy/rpemotes.git
synced 2026-08-03 10:48:38 -04:00
16 lines
184 B
Lua
16 lines
184 B
Lua
fx_version 'adamant'
|
|
|
|
game 'gta5'
|
|
|
|
client_scripts {
|
|
'NativeUI.lua',
|
|
'Config.lua',
|
|
'Client/*.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'Config.lua',
|
|
'@mysql-async/lib/MySQL.lua',
|
|
'Server/*.lua'
|
|
}
|