Scripts/resources/[qb]/[qb_core]/qb-lapraces/fxmanifest.lua
2024-12-29 21:03:28 +01:00

26 lines
332 B
Lua

fx_version 'cerulean'
game 'gta5'
description 'QB-LapRaces'
version '1.2.0'
ui_page 'html/index.html'
shared_script 'config.lua'
client_script 'client/main.lua'
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
}
files {
'html/*.html',
'html/*.css',
'html/*.js',
'html/img/*'
}
lua54 'yes'