[Pedido] /respawnorg
#7

Nгo consegui ainda...

Olha, eu editei o /rc, e fiz /rcorg.

Entгo eu sу consegui botar para uma fez, ex: /rcorg 1 = PM. Nгo tem como colocar /rcorg 2 = BOPE.

Aqui estб o cуdigo, se alguem conseguir arrumar...

pawn Код:
if(strcmp(cmd, "/rcorg", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pAdmin] < 1337)
            {
                MSGPLAYER(playerid, COLOR_GRAD1, "   Vocк nгo estб autorizado a usar este comando !");
                return 1;
            }
            if(admtrampando[playerid] < 1 && PlayerInfo[playerid][pAdmin] != 1342 && PlayerInfo[playerid][pAdmin] != 1341)
            {
                MSGPLAYER(playerid, COLOR_GRAD1, "Vocк nгo estб trabalhando! (/pa)");
                return 1;
            }
            GetPlayerName(playerid, playername, sizeof(playername));
            if(admtrampando[playerid] == 1 && admhide[playerid] == 1)
            {
                format(string, sizeof(string), "(B.H.S) Todos os carros foram para seus locais de inicio. By: Bot_Zinho.");
            }
            else
            {
                format(string, sizeof(string), "(B.H.S) Todos os carros foram para seus locais de inicio. By: %s.", playername);
            }
            MSGPARATODOS(COLOR_RCARRO,string);
            new bool:unwanted[CAR_AMOUNT];
            for(new player=0; player<MAX_PLAYERS; player++)
            {
                if(IsPlayerConnected(player) && IsPlayerInAnyVehicle(player)) { unwanted[GetPlayerVehicleID(player)]=true; }
            }
            for(new car = 1; car <= 52; car++)
            {
                if(!unwanted[car]) SetVehicleToRespawn(car);
            }
        }
        return 1;
    }
Reply


Messages In This Thread
/respawnorg - by Fire_Hell - 22.07.2012, 16:47
Re: /respawnorg - by .FuneraL. - 22.07.2012, 16:49
AW: /respawnorg - by Fire_Hell - 22.07.2012, 16:52
Re: /respawnorg - by Victor' - 22.07.2012, 17:04
AW: /respawnorg - by Fire_Hell - 22.07.2012, 17:13
Re: /respawnorg - by Pedro_BML - 22.07.2012, 20:02
AW: /respawnorg - by Fire_Hell - 25.07.2012, 00:43
Re: /respawnorg - by paulor - 25.07.2012, 01:18
AW: /respawnorg - by Fire_Hell - 25.07.2012, 01:26
Re: AW: /respawnorg - by paulor - 25.07.2012, 01:29

Forum Jump:


Users browsing this thread: 3 Guest(s)