[Ajuda] /equipar para org1 [GM] GF
#3

Ok, ta aqui o /promover, mas creio q nao tenha nada de errado nele.

pawn Код:
if(strcmp(cmd, "/promover", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "USE: /promover [Player ID/Parte do Nick] [Cargo(1-6)]");
                return 1;
            }
            new para1;
            new level;
            para1 = ReturnUser(tmp);
            tmp = strtok(cmdtext, idx);
            level = strval(tmp);
            if(level > 6 || level < 1) { SendClientMessage(playerid, COLOR_GREY, "   O Cargo nгo pode ser menor que 1 ou superior а 6!"); return 1; }
            if (PlayerInfo[playerid][pLeader] >= 1)
            {
                if(IsPlayerConnected(para1))
                {
                    if(para1 != INVALID_PLAYER_ID)
                    {
                        GetPlayerName(para1, giveplayer, sizeof(giveplayer));
                        GetPlayerName(playerid, sendername, sizeof(sendername));
                        PlayerInfo[para1][pRank] = level;
                        format(string, sizeof(string), "   Vocк foi promovido а um Cargo diferente pelo lнder %s", sendername);
                        SendClientMessage(para1, COLOR_LIGHTBLUE, string);
                        format(string, sizeof(string), "   Vocк colocou %s no Cargo %d.", giveplayer,level);
                        SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
                    }
                }
            }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD1, "   Vocк nгo estб autorizado a usar este comando(Apenas Lнderes)!");
            }
        }
        return 1;
    }
Reply


Messages In This Thread
[Ajuda] /equipar para org1 [GM] GF - by ChrisRay - 24.10.2011, 05:46
Re: Ajuda com /equipar para org1 [GM] GF - by Macintosh - 24.10.2011, 12:34
Re: Ajuda com /equipar para org1 [GM] GF - by ChrisRay - 24.10.2011, 12:46
Re: Ajuda com /equipar para org1 [GM] GF - by ChrisRay - 24.10.2011, 12:57
Re: Ajuda com /equipar para org1 [GM] GF - by Macintosh - 24.10.2011, 12:58
Re: Ajuda com /equipar para org1 [GM] GF - by ChrisRay - 24.10.2011, 13:01
Re: Ajuda com /equipar para org1 [GM] GF - by Macintosh - 24.10.2011, 13:12
Re: Ajuda com /equipar para org1 [GM] GF - by ChrisRay - 24.10.2011, 13:45
Re: Ajuda com /equipar para org1 [GM] GF - by ChrisRay - 24.10.2011, 14:34
Re: Ajuda com /equipar para org1 [GM] GF - by Macintosh - 24.10.2011, 14:45

Forum Jump:


Users browsing this thread: 3 Guest(s)