25 lines
443 B
Lua
25 lines
443 B
Lua
fx_version 'cerulean'
|
|
games { 'gta5' }
|
|
author 'Lorax'
|
|
description 'Training System'
|
|
version '1.0.0'
|
|
-- What to run
|
|
client_scripts {
|
|
'config.lua',
|
|
'client/main.lua'
|
|
}
|
|
server_scripts {
|
|
'@oxmysql/lib/MySQL.lua',
|
|
'config.lua',
|
|
'server/main.lua'
|
|
}
|
|
ui_page "html/index.html"
|
|
files {
|
|
"html/index.html",
|
|
"html/app.js",
|
|
"html/style.css",
|
|
'html/sound/attention.mp3'
|
|
}
|
|
shared_script { '@ox_lib/init.lua' }
|
|
lua54 'yes'
|