Files
red-valley/resources/[framework]/[addons]/bit-driverschool/fxmanifest.lua

33 lines
492 B
Lua
Raw Normal View History

2026-03-29 21:41:17 +03:00
fx_version 'cerulean'
game 'gta5'
client_scripts {
'config.lua',
'client.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
-- 'version.lua', -- [RV] Disabled: broken version check (reports outdated when v3.6 > v3.5)
'config.lua',
'server.lua'
}
ui_page "html/index.html"
files {
'html/index.html',
'html/script.js',
'html/style.css',
'html/img/*',
'html/sounds/*',
}
escrow_ignore {
"config.lua",
}
lua54 'yes'
dependency '/assetpacks'