forked from Simnation/Main
Update // Partysystem
This commit is contained in:
parent
872725e914
commit
5589199c08
80 changed files with 11319 additions and 0 deletions
47
resources/[Developer]/[Max]/nv_DjDesk/fxmanifest.lua
Normal file
47
resources/[Developer]/[Max]/nv_DjDesk/fxmanifest.lua
Normal file
|
@ -0,0 +1,47 @@
|
|||
fx_version 'cerulean'
|
||||
|
||||
game 'gta5'
|
||||
|
||||
author "Geloteee | Nuvil Store | https://nuvilstore.com/dj-desk/"
|
||||
|
||||
version "2.6"
|
||||
|
||||
escrow_ignore {
|
||||
'config/config.lua',
|
||||
'config/translations/*.lua',
|
||||
'config/frameworks/*.lua',
|
||||
}
|
||||
|
||||
shared_scripts {
|
||||
'config/config.lua',
|
||||
'modules/translations.lua',
|
||||
'config/frameworks/framework.lua',
|
||||
'config/translations/*.lua',
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'config/frameworks/sound_c.lua',
|
||||
'modules/modules_c/main.lua',
|
||||
'modules/modules_c/devToolKit.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'config/frameworks/sound_s.lua',
|
||||
'modules/modules_s/main.lua',
|
||||
'modules/modules_s/devToolKit.lua'
|
||||
}
|
||||
|
||||
ui_page "html/index.html"
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
files {
|
||||
'html/index.html',
|
||||
'html/listener.js',
|
||||
'html/styles.css',
|
||||
'html/default.css',
|
||||
'html/img/**',
|
||||
'html/video/**',
|
||||
'html/audio/**'
|
||||
}
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue