24.10.2009, 10:40 
	
	
	
		Your script is crashing because it's trying to access array[MAX_VEHICLES] which is outside the array. I think the maximum number of vehicles is actually MAX_VEHICLES - 1 (it was in 0.2), so the first loop is correct. Initialise the variable to 1 and ignore the first element, one wasted slot out of 2000 isn't really that much of a problem.
	
	
	
	


