[AJUDA] nao ta salvando :/
#1

Bom, eu do Helper Pra alguem i qnd Ele Reloga nao ta mais
ja salvei no painel mas nao adianto eu uso a Dini mas nao sei por que ta assim
olha ae o cmd de dar helper:
pawn Code:
if(strcmp(cmd, "/darhelper", true) ==0 )
    {
    if(PlayerInfo[playerid][pAdmin] < 1341) return SendClientMessage(playerid,-1,"{FF0000}[INFO]: {FFFFFF}Você não é administrador DONO !");
    {
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "USE: /darhelper [ id ] [Level 0 á 300]");
                return true;
            }
            new para2;
            new level2;
            para2 = ReturnUser(tmp);
            tmp = strtok(cmdtext, idx);
            level2 = strval(tmp);
            GetPlayerName(playerid, sendername, 256);
            {
                if(IsPlayerConnected(para2))
                {
                    if(para2 != INVALID_PLAYER_ID)
                    {
                        GetPlayerName(para2, giveplayer, sizeof(giveplayer));
                        GetPlayerName(playerid, sendername, sizeof(sendername));
                        PlayerInfo[para2][pHelper] = level2;
                        printf("ADMIN CMD: %s promoveu %s a level %d de helper.", sendername, giveplayer, level2);
                        format(string, sizeof(string), "   Voce foi promovido para level  %d de Helper - Por %s", level2, PlayerName(playerid));
                        SendClientMessage(para2, COLOR_LIGHTBLUE, string);
                        format(string, sizeof(string), "   Voce promoveu o(a) %s Para o level %d de Helper.", giveplayer,level2);
                        SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
                        format(string, sizeof(string), "%s Promoveu %s a Helper level %d ",sendername,giveplayer,level2);

                    }
                }
                SendClientMessage(playerid, COLOR_LIGHTGREEN, "[BMC]: Voce não esta autorizado a usar este comando!");
            }
        }
        return true;
    }

tem Algo de Errado ?
Agradeco pela Ajuda
qem puder me ajuda +REP
Reply


Messages In This Thread
[AJUDA] nao ta salvando :/ - by leosivi - 28.02.2012, 19:16
Re: [AJUDA] nao ta salvando :/ - by Kmatsu - 28.02.2012, 19:17
Re: [AJUDA] nao ta salvando :/ - by leosivi - 28.02.2012, 19:26
Re: [AJUDA] nao ta salvando :/ - by Kmatsu - 28.02.2012, 19:30
Re: [AJUDA] nao ta salvando :/ - by leosivi - 28.02.2012, 19:32
Re: [AJUDA] nao ta salvando :/ - by Kmatsu - 28.02.2012, 19:34
Re: [AJUDA] nao ta salvando :/ - by leosivi - 28.02.2012, 19:36
Re: [AJUDA] nao ta salvando :/ - by Kmatsu - 28.02.2012, 19:38
Re: [AJUDA] nao ta salvando :/ - by leosivi - 28.02.2012, 19:46
Re: [AJUDA] nao ta salvando :/ - by Kmatsu - 28.02.2012, 21:47

Forum Jump:


Users browsing this thread: 1 Guest(s)