forked from Simnation/Main
ed
This commit is contained in:
parent
187178b704
commit
57069485d5
14 changed files with 1126 additions and 0 deletions
35
resources/[Developer]/[Max]/ticketpanel_qb/fxmanifest.lua
Normal file
35
resources/[Developer]/[Max]/ticketpanel_qb/fxmanifest.lua
Normal 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',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue