forked from Simnation/Main
35 lines
509 B
Lua
35 lines
509 B
Lua
fx_version 'cerulean'
|
|
games {'gta5'}
|
|
lua54 'yes'
|
|
|
|
author 'SirLamaGott'
|
|
description 'Admin Ticket Panel'
|
|
version '1.1.2'
|
|
ui_page 'web/index.html'
|
|
|
|
shared_scripts {
|
|
'config.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'client/cl_main.lua',
|
|
'client/cl_functions.lua',
|
|
}
|
|
|
|
server_scripts {
|
|
'server/sv_main.lua',
|
|
'server/sv_functions.lua',
|
|
}
|
|
|
|
files {
|
|
'web/index.html',
|
|
'web/css/style.css',
|
|
'web/js/main.js',
|
|
'web/image/*.png',
|
|
'web/image/*.svg',
|
|
}
|
|
|
|
dependencies {
|
|
'qb-core',
|
|
'xsound',
|
|
}
|