SetTimer("RespawnVeh", 300000, false);forward RespawnVeh();public RespawnVeh(){ for(new v=0; v < MAX_VEHICLES; v++) { SetVehicleToRespawn(v); }}