if(strcmp(cmd,"/respawncars",true)==0) { if(IsPlayerAdmin(playerid)) for(new v = 1; v <= MAX_VEHICLES; v++) SetVehicleToRespawn(v); return 1; }