[Tutorial] Cуmo crear un sistema de registro con Dini
#7

Quote:
Originally Posted by pooooolo
No entiendo una cosa, tio podrias acerlo 1 poco mas completo?
esque v eras ponen /sesion [pass] la ponen Invalida
y No dice nada, Almenos podrias Poner "Contraseсa Invalida"
Si me Puedes ayudar te estare agradecido
pawn Код:
if(strcmp(cmd, "/Sesion", true) == 0)
    {
        new tmp[256];
        new tmp2[256];
        new Nombre[MAX_PLAYERS];
        new file[MAX_PLAYERS];
        GetPlayerName(playerid, Nombre, sizeof(Nombre));
        format(file, sizeof(file), "%s.ini", Nombre);
        tmp = strtok(cmdtext, idx);
        tmp2 = dini_Get(file, "Password");

        if(!strlen(tmp))
        {
            SendClientMessage(playerid, 0xFFFFFFFF, "Use: /Sesion [Contraseсa]");
            return 1;
        }

        if(IsLogged[playerid] == 1)
        {
            SendClientMessage(playerid, COLOR_VERDE, "Tъ ya estбs identificado!");
            return 1;
        }
        else
        {
        if(fexist(file))
        {
            if(udb_hash(tmp) == strval(tmp2))
            {
                IsLogged[playerid] = 1;
                PlayerInfo[playerid][pAdmin] = dini_Int(file, "Admin");
                PlayerInfo[playerid][pKills] = dini_Int(file, "Kills");
                PlayerInfo[playerid][pDeaths] = dini_Int(file, "Deaths");
                PlayerInfo[playerid][pLogins] = dini_Int(file, "Logins");
                PlayerInfo[playerid][pLogins] ++;
                SendClientMessage(playerid, COLOR_VERDE, "Te has identificado exitosamente.");
            }
            else
            {
                SendClientMessage(playerid, COLOR_VERDE, "Contraseсa invalida");
            }

        }
        }
        return 1;
    }
Ahн estб
Reply


Messages In This Thread
Cуmo crear un sistema de registro con Dini - by MrDeath537 - 26.12.2009, 05:00
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Miguel - 26.12.2009, 05:40
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Zoutdaxv - 26.12.2009, 07:46
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by MrDeath537 - 27.12.2009, 17:13
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by elvago - 29.12.2009, 02:48
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by pooooolo - 10.01.2010, 13:35
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by MrDeath537 - 10.01.2010, 20:09
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by CristianTdj - 11.01.2010, 15:30
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Ashist - 19.01.2010, 18:45
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Chiri - 19.01.2010, 18:58
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Ashist - 19.01.2010, 20:10
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by John_Race - 19.01.2010, 20:23
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Ashist - 19.01.2010, 20:30
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by agusfn20 - 19.01.2010, 20:52
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Ashist - 20.01.2010, 03:58
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Facuarg - 23.01.2010, 06:24
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Nachotm12 - 23.01.2010, 12:56
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by xenowort - 23.01.2010, 13:52
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Ashist - 23.01.2010, 15:23
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Chiri - 23.01.2010, 17:04
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by angel-laam - 23.01.2010, 20:31
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by MrDeath537 - 25.01.2010, 08:44
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Zoutdaxv - 25.01.2010, 22:22
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by MrDeath537 - 26.01.2010, 10:11
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by Brayan3110 - 28.01.2010, 17:51
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by CristianTdj - 28.02.2010, 12:12
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by CristianTdj - 28.02.2010, 12:50
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by MrDeath537 - 28.02.2010, 16:51
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by CristianTdj - 01.03.2010, 00:55
Re: [Tutorial] Cуmo crear un sistema de registro con Dini - by MrDeath537 - 01.03.2010, 11:09

Forum Jump:


Users browsing this thread: 4 Guest(s)