47 lines
		
	
	
		
			No EOL
		
	
	
		
			832 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			No EOL
		
	
	
		
			832 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| fx_version 'cerulean'
 | |
| games { 'gta5' }
 | |
| 
 | |
| author 'Gamzky'
 | |
| description 'Police Tracker Dart System'
 | |
| version '1.0.5'
 | |
| 
 | |
| ui_page 'ui/index.html'
 | |
| 
 | |
| lua54 'yes'
 | |
| 
 | |
| shared_scripts {
 | |
|     '@ox_lib/init.lua',
 | |
|     'config.lua',
 | |
| }
 | |
| 
 | |
| client_scripts {
 | |
|     'bridge/cl_bridge.lua',
 | |
|     'client/cl_functions.lua',
 | |
|     'client/cl_main.lua',
 | |
| }
 | |
| 
 | |
| server_scripts {
 | |
|     'bridge/sv_bridge.lua',
 | |
|     'server/sv_main.lua',
 | |
| }
 | |
| 
 | |
| escrow_ignore {
 | |
|     'audiodirectory/*',
 | |
|     'bridge/*.lua',
 | |
|     'data/*',
 | |
|     'stream/*',
 | |
|     'config.lua',
 | |
| }
 | |
| 
 | |
| files {
 | |
|     'ui/index.html',
 | |
|     'data/audioexample_sounds.dat54.rel',
 | |
|     'audiodirectory/custom_sounds.awc',
 | |
|     'stream/trackerdart.ytyp',
 | |
| }
 | |
| 
 | |
| data_file 'AUDIO_WAVEPACK' 'audiodirectory'
 | |
| data_file 'AUDIO_SOUNDDATA' 'data/audioexample_sounds.dat'
 | |
| data_file 'DLC_ITYP_REQUEST' 'stream/trackerdart.ytyp'
 | |
| 
 | |
| dependency '/assetpacks' | 
