[AJUDA]Tudo Vai Para o ID 0
#2

No comando que seta vc tem que por 'playa' que й o ReturnUser... desse jeito:

pawn Код:
if(strcmp(cmd, "/darnivel", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "/darnivel [ id ] [nivel]");
                return 1;
            }
            new playa;
            new nivel;
            new para1;
            GetPlayerName(para1, giveplayer, sizeof(giveplayer));
            playa = ReturnUser(tmp);
            tmp = strtok(cmdtext, idx);
            nivel = strval(tmp);
            if (PlayerInfo[playerid][pAdmin] >= 1)
            {
                if(admtrabalhando[playerid] < 1)
                {
                SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo estб trabalhando! (/trabalhar)");
                return 1;
                }
                if(IsPlayerConnected(playa))
                {
                    if(playa != INVALID_PLAYER_ID)
                    {
                        ConsumingMoney[playa] = 1;
                        PlayerInfo[playa][pLevel] = nivel;//aqui mudei de playerid pra playa.
                        new year, month,day;
                        getdate(year, month, day);
                        new hour, minute;
                        gettime(hour,minute);
                        format(string, sizeof(string), "%s deu Nivel %d para %s ( %d/%d/%d - %d:%d )", pNome(playerid),nivel,pNome(playa),year, month, day,hour, minute);
                        ABroadCast(COLOR_YELLOW, string,1);


                    }
                }
            }
            else
            {
                SendClientMessage(playerid, COLOR_LIGHTGREEN, "Voce nгo esta autorizado a usar este comando!");
            }
        }
Reply


Messages In This Thread
[AJUDA]Tudo Vai Para o ID 0 - by rene20 - 11.09.2011, 11:52
Re: [AJUDA]Tudo Vai Para o ID 0 - by Pharrel - 11.09.2011, 13:08
Re: [AJUDA]Tudo Vai Para o ID 0 - by WLSF - 11.09.2011, 14:00

Forum Jump:


Users browsing this thread: 1 Guest(s)