29 lines
515 B
Lua
29 lines
515 B
Lua
|
fx_version 'cerulean'
|
||
|
game 'gta5'
|
||
|
lua54 'yes'
|
||
|
description 'Simplified Studios Jobcenter'
|
||
|
version '1.2.0'
|
||
|
|
||
|
ui_page 'html/index.html'
|
||
|
|
||
|
client_scripts {
|
||
|
'@PolyZone/client.lua',
|
||
|
'@PolyZone/BoxZone.lua',
|
||
|
'@PolyZone/EntityZone.lua',
|
||
|
'@PolyZone/CircleZone.lua',
|
||
|
'@PolyZone/ComboZone.lua',
|
||
|
'client/cl_main.lua',
|
||
|
}
|
||
|
|
||
|
server_scripts {
|
||
|
'config.lua',
|
||
|
'server/sv_main.lua',
|
||
|
}
|
||
|
|
||
|
files {
|
||
|
'html/img/*.png',
|
||
|
'html/img/*.jpg',
|
||
|
'html/index.html',
|
||
|
'html/style.css',
|
||
|
'html/script.js',
|
||
|
}
|