[Ajuda] Nascendo com skin CJ
#5

Corrigido.

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    new Contas[40], Nome[24];
    GetPlayerName(playerid, Nome, 32);
    format(Contas, 40, "Contas/%s.ini", Nome);
//Logando
    if(dialogid == 1)
    {
        if (!response) return Kick(playerid);
        if(response)
        {
            new Senha = DOF2_GetInt(Contas, "Senha");
            if(Senha != Encrypt(inputtext))
            {
                ShowPlayerDialog(playerid, 1, DIALOG_STYLE_PASSWORD, "Logando","Esta senha nгo й correspondente com a conta\nTente novamente","Logar","Cancelar");
            }
            else
            {
                Player[playerid][pSexo] = DOF2_GetInt(Contas,"Sexo");
                Player[playerid][pAdmin] = DOF2_GetInt(Contas,"Admin");
                Player[playerid][pLevel] = SetPlayerScore(playerid,DOF2_GetInt(Contas,"Level"));
                Player[playerid][pSkin] = DOF2_GetInt(Contas,"Skin");
                Player[playerid][pDinheiro] = GivePlayerMoney(playerid,DOF2_GetInt(Contas,"Dinheiro"));
                Player[playerid][pVip] = DOF2_GetInt(Contas,"Conta Vip");
                SetSpawnInfo(playerid, 0, Player[playerid][pSkin], 240.1, 110.0, 200.0, 0.0, 0, 0, 0, 0, 0, 0);
                SpawnPlayer(playerid);
               
            }
        }
    }
//Registrando
    if(dialogid == 2)
    {
        if (!response) return Kick(playerid);
        if(response)
        {
            DOF2_SetInt(Contas,"Senha",Encrypt(inputtext));
            DOF2_SetInt(Contas,"Level",1);
            DOF2_SetInt(Contas,"Admin",0);
            DOF2_SetInt(Contas,"Dinheiro",1500);
            DOF2_SetInt(Contas,"Sexo",0);
            DOF2_SetInt(Contas,"Skin",0);
            DOF2_SetInt(Contas,"Conta Vip",0);
            DOF2_SaveFile();
            ShowPlayerDialog(playerid,1,DIALOG_STYLE_PASSWORD,"Logando","Obrigado por registrar-se em nosso servidor\nAgora basta apenas logar. Digite sua senha","Logar","Cancelar");
        }
    }
Reply


Messages In This Thread
Nascendo com skin CJ - by Lord_Style - 18.09.2012, 13:24
Re: Nascendo com skin CJ - by Edu33 - 18.09.2012, 13:25
Re: Nascendo com skin CJ - by Douglas_prt - 18.09.2012, 13:26
Respuesta: Nascendo com skin CJ - by Lord_Style - 18.09.2012, 13:26
Re: Nascendo com skin CJ - by Jason` - 18.09.2012, 13:28
Re: Nascendo com skin CJ - by Douglas_prt - 18.09.2012, 13:29
Respuesta: Re: Nascendo com skin CJ - by Lord_Style - 18.09.2012, 13:30
Re: Nascendo com skin CJ - by Jason` - 18.09.2012, 13:30
Respuesta: Re: Nascendo com skin CJ - by Lord_Style - 18.09.2012, 13:34
Re: Nascendo com skin CJ - by Jason` - 18.09.2012, 13:36

Forum Jump:


Users browsing this thread: 5 Guest(s)