ADD REST CARS
This commit is contained in:
		
							parent
							
								
									62b435c655
								
							
						
					
					
						commit
						18c43daf18
					
				
					 2934 changed files with 1670202 additions and 0 deletions
				
			
		
							
								
								
									
										26
									
								
								resources/[cars]/chillybin/fxmanifest.lua
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								resources/[cars]/chillybin/fxmanifest.lua
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,26 @@
 | 
			
		|||
-- fxmanifest.lua
 | 
			
		||||
 | 
			
		||||
fx_version 'cerulean'
 | 
			
		||||
game 'gta5'
 | 
			
		||||
 | 
			
		||||
author 'Dein Name'
 | 
			
		||||
description 'Addon Fahrzeug-Paket'
 | 
			
		||||
version '1.0.0'
 | 
			
		||||
 | 
			
		||||
files {
 | 
			
		||||
    'data/vehicles.meta',
 | 
			
		||||
    'data/carvariations.meta',
 | 
			
		||||
    'data/carcols.meta',
 | 
			
		||||
    'data/handling.meta',
 | 
			
		||||
    'data/dlctext.meta'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
data_file 'HANDLING_FILE'        'data/handling.meta'
 | 
			
		||||
data_file 'VEHICLE_METADATA_FILE' 'data/vehicles.meta'
 | 
			
		||||
data_file 'CARCOLS_FILE'         'data/carcols.meta'
 | 
			
		||||
data_file 'VEHICLE_VARIATION_FILE' 'data/carvariations.meta'
 | 
			
		||||
data_file 'DLCTEXT_FILE'         'data/dlctext.meta'
 | 
			
		||||
 | 
			
		||||
-- Stream für Modelle & Texturen
 | 
			
		||||
-- Modelle liegen im stream-Ordner (z.B. .yft, .ytd, .hi.yft)
 | 
			
		||||
-- Der stream-Ordner muss nicht extra deklariert werden, wird automatisch erkannt
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue