27 lines
371 B
Lua
27 lines
371 B
Lua
|
fx_version 'cerulean'
|
||
|
game 'gta5'
|
||
|
|
||
|
lua54 'yes'
|
||
|
|
||
|
|
||
|
version 'V1.0'
|
||
|
|
||
|
shared_script 'config.lua'
|
||
|
client_script 'client/main.lua'
|
||
|
server_script 'server/main.lua'
|
||
|
|
||
|
ui_page{
|
||
|
'html/index.html'
|
||
|
}
|
||
|
files {
|
||
|
'html/index.html',
|
||
|
'html/js/*.js',
|
||
|
'html/style.css',
|
||
|
'html/img/*.png',
|
||
|
'html/fonts/*.otf',
|
||
|
'html/fonts/*.woff',
|
||
|
}
|
||
|
|
||
|
escrow_ignore {
|
||
|
'config.lua'
|
||
|
}
|