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