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

35 lines
609 B
Lua
Raw Permalink 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 Garage'
version '1.2.0'
ui_page 'html/index.html'
shared_scripts {
'@qb-core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua',
'config.lua',
}
client_scripts {
'@PolyZone/client.lua',
'@PolyZone/CircleZone.lua',
'@PolyZone/ComboZone.lua',
'client/cl_functions.lua',
'client/cl_main.lua',
}
server_scripts {
'server/sv_main.lua',
'server/sv_functions.lua',
}
files {
'html/img/*.png',
'html/img/*.jpg',
'html/index.html',
'html/style.css',
'html/script.js',
}