1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-12 19:59:33 +02:00
parent 187178b704
commit 57069485d5
14 changed files with 1126 additions and 0 deletions

View file

@ -0,0 +1,35 @@
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',
}