30 lines
		
	
	
		
			No EOL
		
	
	
		
			718 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			No EOL
		
	
	
		
			718 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
fx_version 'cerulean'
 | 
						|
game 'gta5'
 | 
						|
lua54 'yes'
 | 
						|
 | 
						|
this_is_a_map 'yes'
 | 
						|
 | 
						|
author 'Subham.gg'
 | 
						|
description 'Mansion 2 at Rockford Hills'
 | 
						|
version '1.0.0'
 | 
						|
 | 
						|
files {
 | 
						|
    'audio/subham_mansion2_door_audio_game_game.dat151.rel',
 | 
						|
    'interiorproxies.meta'
 | 
						|
}
 | 
						|
 | 
						|
data_file 'AUDIO_GAMEDATA' 'audio/subham_mansion2_door_audio_game_game.dat'
 | 
						|
data_file 'DLC_ITYP_REQUEST' 'stream/YTYP/subham_mansion2_int.ytyp'
 | 
						|
 | 
						|
client_script 'subham_mansion2_entitysets.lua'
 | 
						|
 | 
						|
dependencies {
 | 
						|
    'trooper-mansion2',  -- Do not edit this
 | 
						|
    'trooper-mapdata'
 | 
						|
}
 | 
						|
 | 
						|
escrow_ignore {
 | 
						|
    'subham_mansion2_entitysets.lua',
 | 
						|
    'stream/YTD/subham_mansion2_txd.ytd', -- Main Texture dictionary of the Interior and Props
 | 
						|
    'ReadMe.md'
 | 
						|
} |