11.05.2009, 17:03 
	
	
	
		for(new a=0; a<6; a++)
{
CreateVehicle(Lvl1Cars[a][0],Lvl1Cars[a][1],Lvl1Cars[a][2],Lvl1Cars[a][3], 0.0, -1, -1, 10);
}
-1 and -1 are random car colours, and 10 is the respawn time. Seeing as you don't have rotations in the array, I left it as 0.0
	
	
	
{
CreateVehicle(Lvl1Cars[a][0],Lvl1Cars[a][1],Lvl1Cars[a][2],Lvl1Cars[a][3], 0.0, -1, -1, 10);
}
-1 and -1 are random car colours, and 10 is the respawn time. Seeing as you don't have rotations in the array, I left it as 0.0


