43 lines
		
	
	
		
			No EOL
		
	
	
		
			833 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			No EOL
		
	
	
		
			833 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| fx_version "cerulean"
 | |
| game "gta5"
 | |
| lua54 "yes"
 | |
| 
 | |
| shared_scripts {
 | |
|     "config.lua",
 | |
|     "config_functions.lua"
 | |
| }
 | |
| 
 | |
| client_scripts {
 | |
|     "@utility_lib/client/native.lua",
 | |
|     "client/*.lua",
 | |
|     "client/vendings/*.lua",
 | |
|     "client/modules/*.lua",
 | |
| }
 | |
| 
 | |
| server_scripts {
 | |
|     "@utility_lib/server/native.lua",
 | |
|     "server/*.lua",
 | |
|     "server/modules/*.lua"
 | |
| }
 | |
| 
 | |
| files {
 | |
|     "dui/**.*",
 | |
|     "audiodirectory/**.*",
 | |
| }
 | |
| 
 | |
| escrow_ignore {
 | |
|     "config.lua",
 | |
|     "config_functions.lua",
 | |
|     "[items]/*.lua",
 | |
|     --"[template_prop_sourcecode]/*.ydr"
 | |
| }
 | |
| 
 | |
| file 'stream/[default]/*.ytyp'
 | |
| data_file 'DLC_ITYP_REQUEST' 'stream/[default]/*.ytyp'
 | |
| 
 | |
| file 'stream/[ytyp]/*.ytyp'
 | |
| data_file 'DLC_ITYP_REQUEST' 'stream/[ytyp]/*.ytyp'
 | |
| 
 | |
| data_file 'AUDIO_WAVEPACK' 'audiodirectory'
 | |
| data_file 'AUDIO_SOUNDDATA' 'audiodirectory/vending_sounds.dat'
 | |
| dependency '/assetpacks' | 
