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