// On top of the script ...forward CarRespawn();public OnGameModeInit(){ SetTimer("CarRespawn",10000,false);}// Put this anywhere you want ...public message(){ for(new i = 0; i < MAX_VEHICLES; i++){ SetVehicleToRespawn(i);}