14.09.2014, 12:36
Didnt tested it couse im with phone...
pawn Код:
public loadaccount_user(playerid, name[], value[])
{
INI_Int("Password", PlayerInfo[playerid][pPass]); // LINE 160
INI_Int("pAdmin",PlayerInfo[playerid][pAdmin]);
INI_Int("pMoney",PlayerInfo[playerid][pMoney]);
INI_Int("pLevels",PlayerInfo[playerid][pLevels]);
INI_Int("Factions",PlayerInfo[playerid][Factions]);
return 1;
}

