PEdido /mudarsenha
#2

sei que vc nгo tento pq vc nao sabe =D
pawn Код:
if (strcmp(cmd,"/MudarSenha",true) ==0 )
    {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pVIP] > 1)
            {
                if(gPlayerLogged[playerid] == 0)
                {
                    SendClientMessage(playerid,CINZA,"Vocк nгo estб Registrado !");
                    return 1;
                }
                GetPlayerName(playerid,sendername,sizeof(sendername));
                format(string,sizeof(string),"%s.ini",sendername);
                new tmppass[64];
                tmp = strtok(cmdtext,idx);
                if(!strlen(tmp))
                {
                    SendClientMessage(playerid,CINZA1,"Use: /MudarSenha [Nova Senha]");
                    return 1;
                }
                strmid(tmppass,tmp,0,strlen(cmdtext),255);
                Encrypt(tmppass);
                OnPlayerRegister(playerid,tmppass);
                }
            return 1;
        }
    }
Reply


Messages In This Thread
PEdido /mudarsenha - by Renato_Pollo - 03.09.2010, 18:30
Re: PEdido /mudarsenha - by Gabriel_Halls - 03.09.2010, 18:57
Re: PEdido /mudarsenha - by Renato_Pollo - 03.09.2010, 18:59
Re: PEdido /mudarsenha - by KevinsL - 03.09.2010, 19:13
Re: PEdido /mudarsenha - by Renato_Pollo - 03.09.2010, 19:16
Re: PEdido /mudarsenha - by Lipepva - 03.09.2010, 19:25
Re: PEdido /mudarsenha - by Kasura - 03.09.2010, 20:55
Re: PEdido /mudarsenha - by Renato_Pollo - 03.09.2010, 21:33
Respuesta: PEdido /mudarsenha - by ipsBruno - 03.09.2010, 21:41

Forum Jump:


Users browsing this thread: 1 Guest(s)