[Ajuda] Sistema DOF_2 Com problemas
#2

usa outra logica

pawn Код:
if(dialogid == ChecharContaC)
{
    new aname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, aname, sizeof(aname));
    if(response)
    {
        format(arquivo, sizeof(arquivo), PASTA_CONTAS, aname);
        if(PlayerInfo[playerid][Logged] == 0)
        {
            if(!DOF2_FileExists(arquivo))
            {
                format(STRX, sizeof(STRX), "Seja bem vindo %s! Vocк ainda nгo possui uma conta registrada.\n\nDigite sua senha abaixo e aperte em \"Registrar\".", aname);
                ShowPlayerDialog(playerid, REGISTRARC, DIALOG_STYLE_PASSWORD, "{FF0000}Registre-se no Brasil World Life RPG®", STRX, "Registrar", "Sair");
            }
            else
            {
                format(STRX, sizeof(STRX), "Seja bem vindo novamente %s! Vocк jб possui uma conta registrada.\n\nDigite sua senha abaixo e aperte em \"Logar\".", aname);
                ShowPlayerDialog(playerid, LOGARC, DIALOG_STYLE_PASSWORD, "Logar-se...", STRX, "Logar", "Sair");
            }

        }
    }
    else
    {
        new stringz[256];
        format(stringz, sizeof(stringz), "(INFO) %s Levou kick automatico por nгo se Registrar/Logar.", aname);
        SendClientMessageToAll(cordosadm,stringz);
        Kick(playerid);
    }
}
Reply


Messages In This Thread
Sistema DOF_2 Com problemas - by [BWL]Chamaleon - 03.11.2013, 12:16
Re: Sistema DOF_2 Com problemas - by PT - 03.11.2013, 12:27
Respuesta: Sistema DOF_2 Com problemas - by [BWL]Chamaleon - 03.11.2013, 13:03
Re: Sistema DOF_2 Com problemas - by PT - 03.11.2013, 13:13
Respuesta: Sistema DOF_2 Com problemas - by [BWL]Chamaleon - 03.11.2013, 13:18
Re: Sistema DOF_2 Com problemas - by PT - 03.11.2013, 13:23
Respuesta: Sistema DOF_2 Com problemas - by [BWL]Chamaleon - 03.11.2013, 13:26
Respuesta: Sistema DOF_2 Com problemas - by [BWL]Chamaleon - 07.11.2013, 14:59

Forum Jump:


Users browsing this thread: 1 Guest(s)