Getting pissed off with login dialog.
#5

pawn Код:
public LoginAcc(playerid, name[ ], value[ ])
{
    if(strcmp(name,"Password"))
    {
        SetPVarString(playerid,"pass",value);
        PInfo[playerid][Level] = strval(value);
        PInfo[playerid][VIP] = strval(value);
        PInfo[playerid][Cash] = strval(value);
        PInfo[playerid][Score] = strval(value);
        PInfo[playerid][Kills] = strval(value);
        PInfo[playerid][Deaths] = strval(value);
        PInfo[playerid][Horn] = strval(value);
    }
    return 1;
}
or:
pawn Код:
public LoginAcc(playerid, name[ ], value[ ])
{
    if(!strcmp(name,"Password"))
    {
        SetPVarString(playerid,"pass",value);
        PInfo[playerid][Level] = strval(value);
        PInfo[playerid][VIP] = strval(value);
        PInfo[playerid][Cash] = strval(value);
        PInfo[playerid][Score] = strval(value);
        PInfo[playerid][Kills] = strval(value);
        PInfo[playerid][Deaths] = strval(value);
        PInfo[playerid][Horn] = strval(value);
    }
    return 1;
}
Reply


Messages In This Thread
Getting pissed off with login dialog. - by Snipa - 22.03.2011, 21:48
Re: Getting pissed off with login dialog. - by MadeMan - 22.03.2011, 21:51
Re: Getting pissed off with login dialog. - by Snipa - 22.03.2011, 21:58
Re: Getting pissed off with login dialog. - by Snipa - 23.03.2011, 12:55
AW: Getting pissed off with login dialog. - by Pablo Borsellino - 23.03.2011, 12:58
Re: AW: Getting pissed off with login dialog. - by Snipa - 23.03.2011, 21:24
Re: Getting pissed off with login dialog. - by Snipa - 24.03.2011, 02:03
Dialog - by Snipa - 24.03.2011, 12:38

Forum Jump:


Users browsing this thread: 2 Guest(s)