Admin Command Error
#10

Still Error
Here my player data
Код:
Level = 5
VIP = 5
[Player's Data]
Level = 0
VIP = 0
Money = 0
Scores = 0
Kills = 0
Deaths = 0
and
pawn Код:
forward loadaccount_user(playerid, name[], value[]);
public loadaccount_user(playerid, name[], value[])
{
    INI_String("Password", pInfo[playerid][Pass],129);
    INI_Int("Level",pInfo[playerid][pLevel]);
    INI_Int("VIP",pInfo[playerid][pVIP]);
    INI_Int("Money",pInfo[playerid][pMoney]);
    INI_Int("Scores",pInfo[playerid][pScores]);
    INI_Int("Kills",pInfo[playerid][pKills]);
    INI_Int("Deaths",pInfo[playerid][pDeaths]);
    return 1;
}
Reply


Messages In This Thread
Admin Command Error - by ChandraLouis - 18.03.2014, 13:50
Re: Admin Command Error - by VishvaJeet - 18.03.2014, 14:01
Re: Admin Command Error - by roar - 18.03.2014, 14:09
Re: Admin Command Error - by ChandraLouis - 18.03.2014, 14:22
Re: Admin Command Error - by ChandraLouis - 18.03.2014, 15:03
AW: Admin Command Error - by Macronix - 18.03.2014, 15:17
Re: Admin Command Error - by JeremyPeterson - 18.03.2014, 15:17
Re: Admin Command Error - by ConnorHunter - 18.03.2014, 15:21
Re: Admin Command Error - by biker122 - 18.03.2014, 15:26
Re: Admin Command Error - by ChandraLouis - 18.03.2014, 23:33

Forum Jump:


Users browsing this thread: 3 Guest(s)