1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/jordqn_hud/fxmanifest.lua
2025-07-16 23:40:23 +02:00

20 lines
238 B
Lua

fx_version 'cerulean'
game 'gta5'
ui_page 'web/index.html'
files {
'zips.json',
'zones.json',
'web/*.html',
'web/*.js',
'web/*.css',
'web/*.png'
}
client_script {
'config.lua',
'cl_*.lua'
}
lua54 'yes'