45 lines
		
	
	
		
			No EOL
		
	
	
		
			939 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			No EOL
		
	
	
		
			939 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
fx_version 'bodacious'
 | 
						|
game 'gta5'
 | 
						|
this_is_a_map 'yes'
 | 
						|
lua54 'yes'
 | 
						|
 | 
						|
-- map by---:
 | 
						|
author 'Prompt Studio'
 | 
						|
description 'Sandy Shores Illegal Garage & Gas Station & Car Wash'
 | 
						|
scripts_author 'Infames Dev'
 | 
						|
version '1.0.1'
 | 
						|
 | 
						|
data_file 'AUDIO_GAMEDATA' 'audio/prompt_sandy_is_garage_game.dat' -- dat151
 | 
						|
data_file 'DLC_ITYP_REQUEST' 'stream/unlocked/illegal_garage/prompt_sandy_illegal_garage.ytyp'
 | 
						|
 | 
						|
 | 
						|
files {
 | 
						|
    'audio/prompt_sandy_is_garage_game.dat151.rel',
 | 
						|
    'stream/unlocked/illegal_garage/prompt_sandy_illegal_garage.ytyp'
 | 
						|
}
 | 
						|
 | 
						|
escrow_ignore {
 | 
						|
    'stream/unlocked/**',
 | 
						|
    'config.lua',
 | 
						|
    'open_config.lua'
 | 
						|
}
 | 
						|
 | 
						|
shared_scripts {
 | 
						|
    '@ox_lib/init.lua',
 | 
						|
    'config.lua',
 | 
						|
    'open_config.lua'
 | 
						|
}
 | 
						|
 | 
						|
client_scripts {
 | 
						|
    'client/*.lua'
 | 
						|
}
 | 
						|
 | 
						|
server_scripts {
 | 
						|
    'server/*.lua',
 | 
						|
    'sv_Tokens.lua',
 | 
						|
	'sv_MapChainHandler.lua',
 | 
						|
	'sv_MapVersionCheck.lua'
 | 
						|
}
 | 
						|
 | 
						|
dependency '/assetpacks'
 | 
						|
dependency '/assetpacks' |