31 lines
556 B
Lua
31 lines
556 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
lua54 'yes'
|
|
author 'Kakarot'
|
|
description 'Allows players to select a spawn point from a list of available locations'
|
|
version '1.2.0'
|
|
|
|
shared_scripts {
|
|
'@qb-core/shared/locale.lua',
|
|
'locales/en.lua',
|
|
'locales/*.lua',
|
|
'config.lua',
|
|
'@qb-apartments/config.lua',
|
|
}
|
|
|
|
client_script 'client.lua'
|
|
|
|
server_scripts {
|
|
'@oxmysql/lib/MySQL.lua',
|
|
'server.lua'
|
|
}
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/style.css',
|
|
'html/vue.js',
|
|
'html/reset.css'
|
|
}
|
|
provides { "qb-spawn" } |