Y_ini Problem
#5

pawn Код:
public loadaccount_user(playerid, name[], value[])
{
    INI_String("Password", pInfo[playerid][Pass],129);
    INI_Int("AdminLevel",pInfo[playerid][Adminlevel]);
    INI_Int("VIPLevel",pInfo[playerid][VIPlevel]);
    INI_Int("Money",pInfo[playerid][Money]);
    INI_Int("Scores",pInfo[playerid][Scores]);
    INI_Int("Kills",pInfo[playerid][Kills]);
    INI_Int("Deaths",pInfo[playerid][Deaths]);
    INI_Int("Banned",pInfo[playerid][Banned]);
    INI_Int("Leader",pInfo[playerid][Leader]);
    INI_Int("Member",pInfo[playerid][Member]);
    INI_Int("Rank",pInfo[playerid][Rank]);
    return 1;
}
Please help
Reply


Messages In This Thread
Y_ini Problem - by Gangster-rocks - 01.01.2013, 08:10
Re: Y_ini Problem - by Gangster-rocks - 01.01.2013, 08:40
Re: Y_ini Problem - by Gangster-rocks - 01.01.2013, 10:05
Re: Y_ini Problem - by Threshold - 01.01.2013, 10:08
Re: Y_ini Problem - by Gangster-rocks - 01.01.2013, 15:12
Re: Y_ini Problem - by Gangster-rocks - 02.01.2013, 11:19
Re: Y_ini Problem - by Threshold - 02.01.2013, 11:23
Re: Y_ini Problem - by Gangster-rocks - 02.01.2013, 11:27
Re: Y_ini Problem - by rjjj - 02.01.2013, 11:40
Re: Y_ini Problem - by Gangster-rocks - 02.01.2013, 18:29

Forum Jump:


Users browsing this thread: 1 Guest(s)