Vehicle_Count(){ new i = -1, Count; while(++i < MAX_VEHICLES) if(GetVehicleModel(i)) Count++; return Count;}