22 lines
257 B
Lua
22 lines
257 B
Lua
|
fx_version 'cerulean'
|
||
|
games { 'gta5' }
|
||
|
|
||
|
version 'V1.0'
|
||
|
|
||
|
client_scripts {
|
||
|
'client/main.lua',
|
||
|
'client/camera.lua'
|
||
|
}
|
||
|
|
||
|
server_scripts {
|
||
|
'server/main.lua',
|
||
|
}
|
||
|
|
||
|
ui_page 'html/index.html'
|
||
|
|
||
|
|
||
|
files {
|
||
|
'html/*.html',
|
||
|
'html/*.css',
|
||
|
'html/*.js',
|
||
|
}
|