47 lines
		
	
	
		
			No EOL
		
	
	
		
			863 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			No EOL
		
	
	
		
			863 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| 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' | 
