Scripts/resources/[qb]/[qb_core]/qb-lapraces/fxmanifest.lua

26 lines
331 B
Lua
Raw Permalink Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:03:28 +00:00
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'