if(strcmp("/respawnallcars", cmdtext, true) == 0){ for(new i = 0; i < MAX_VEHICLES; i++) { SetVehicleToRespawn(i); } return 1;}