Posts: 59
	Threads: 21
	Joined: May 2013
	
Reputation: 
0
	 
 
	
	
		Hello can anybuddy give me a code for make cars spawn auto each 5 or 10 minutes
Ty-
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,861
	Threads: 103
	Joined: Sep 2011
	
Reputation: 
0
	 
 
	
	
		Can you be a little more detailed? I'm not going to write the whole code for you, though, but I'll give you advice, and some links, based on the things you exactly want.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 265
	Threads: 34
	Joined: Mar 2012
	
Reputation: 
0
	 
 
	
	
		Wil that work?
AddStaticVehicleEx(modelid , x , y , z , angle , color1 , color2 , respawn_delay);
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 265
	Threads: 34
	Joined: Mar 2012
	
Reputation: 
0
	 
 
	
	
		SetTimer("RespawnVeh", 300000, false);
Isn't that gonna be true, because he wants it re spawn every 300000 milliseconds.