Scripts/resources/[ss]/ss-jobcenter/fxmanifest.lua

29 lines
514 B
Lua
Raw Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:01:18 +00:00
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',
}