36 lines
		
	
	
		
			No EOL
		
	
	
		
			1 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			No EOL
		
	
	
		
			1 KiB
		
	
	
	
		
			Lua
		
	
	
	
	
	
fx_version 'cerulean'
 | 
						|
game 'gta5'
 | 
						|
 | 
						|
author 'Aura Studio'
 | 
						|
description 'The Pier'
 | 
						|
version '2.0.0'
 | 
						|
 | 
						|
lua54 'yes'
 | 
						|
this_is_a_map 'yes'
 | 
						|
 | 
						|
 | 
						|
files {
 | 
						|
  'stream/pier.ymt',
 | 
						|
  'stream/navmesh[81][96].ynv',
 | 
						|
  'stream/navmesh[81][93].ynv',
 | 
						|
  'stream/navmesh[84][93].ynv',
 | 
						|
  'stream/navmesh[84][96].ynv'
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
data_file 'SCENARIO_POINTS_OVERRIDE_PSO_FILE' 'stream/pier.ymt'
 | 
						|
data_file 'NAVMESH_FILE' 'stream/navmesh[81][93].ynv'
 | 
						|
data_file 'NAVMESH_FILE' 'stream/navmesh[81][96].ynv'
 | 
						|
data_file 'NAVMESH_FILE' 'stream/navmesh[84][93].ynv' 
 | 
						|
data_file 'NAVMESH_FILE' 'stream/navmesh[84][96].ynv'
 | 
						|
 | 
						|
dependency '/assetpacks'
 | 
						|
 | 
						|
-- License Notice
 | 
						|
-- © 2024 Aura Studio. All rights reserved.
 | 
						|
-- This product is exclusively owned by Aura Studio.
 | 
						|
-- Redistribution, resale, or unauthorized sharing of this product is strictly prohibited.
 | 
						|
-- Unauthorized use, modification, or distribution will result in legal action.
 | 
						|
-- Any attempt to resell, modify, or distribute this product without explicit permission from Aura Studio will be met with DMCA takedown requests and legal actions.
 | 
						|
 | 
						|
dependency '/assetpacks' |