44 lines
		
	
	
		
			No EOL
		
	
	
		
			768 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			No EOL
		
	
	
		
			768 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| fx_version 'cerulean'
 | |
| game 'gta5'
 | |
| 
 | |
| author 'Pilouxs'
 | |
| description 'Doors, props and CCTV control for Patoche'
 | |
| version '2.1.0'
 | |
| 
 | |
| ox_lib 'locale'
 | |
| 
 | |
| shared_scripts {
 | |
|     '@ox_lib/init.lua',
 | |
|     --'@es_extended/imports.lua'
 | |
| }
 | |
| 
 | |
| client_scripts {
 | |
|     'bridge.lua',
 | |
|     'client/doors.lua',
 | |
|     'client/cctv.lua',
 | |
|     'client/target.lua'
 | |
| }
 | |
| 
 | |
| server_scripts {
 | |
|     'server/doors.lua'
 | |
| }
 | |
| 
 | |
| files {
 | |
|     'config/client.lua',
 | |
|     'config/shared.lua',
 | |
|     'config/maps/*.lua',
 | |
|     'locales/*.json',
 | |
|     'stream/patoche_script_w_d.ytyp'
 | |
| }
 | |
| 
 | |
| data_file 'DLC_ITYP_REQUEST' 'stream/patoche_script_w_d.ytyp'
 | |
| 
 | |
| escrow_ignore {
 | |
|     'config/**.*',
 | |
|     'server/maps/**.*',
 | |
|     'bridge.lua'
 | |
| }
 | |
| 
 | |
| lua54 'yes'
 | |
| use_experimental_fxv2_oal 'yes'
 | |
| dependency '/assetpacks' | 
