24 lines
1.5 KiB
Lua
24 lines
1.5 KiB
Lua
|
|
fx_version 'cerulean'
|
||
|
|
game 'gta5'
|
||
|
|
shared_script {
|
||
|
|
'config.lua',
|
||
|
|
--'@qb-ambulancejob/config.lua'
|
||
|
|
}
|
||
|
|
escrow_ignore 'config.lua'
|
||
|
|
client_script 'c.lua'
|
||
|
|
server_script 's.lua'
|
||
|
|
ui_page 'html/index.html'
|
||
|
|
files {
|
||
|
|
'html/index.html',
|
||
|
|
'html/style.css',
|
||
|
|
'html/index.js',
|
||
|
|
'html/files/*.png',
|
||
|
|
'html/files/*.jpg',
|
||
|
|
'html/fonts/*.otf',
|
||
|
|
'html/fonts/*.ttf'
|
||
|
|
}
|
||
|
|
|
||
|
|
server_scripts {
|
||
|
|
--[[server.lua]]
|
||
|
|
}
|