CMD:respawn(playerid, params[]){ for(new i = 0; i < MAX_VEHICLES; i++) { SetVehicleToRespawn(i); } return 1;}