pawn Код:
public LoadUser_data(playerid,name[],value[])
{
INI_Int("Password",PlayerInfo[playerid][pPass]);
INI_Int("Cash",PlayerInfo[playerid][pCash]);
INI_Int("Admin",PlayerInfo[playerid][pAdmin]);
INI_Int("Kills",PlayerInfo[playerid][pKills]);
INI_Int("Deaths",PlayerInfo[playerid][pDeaths]);
INI_Int("VIP",PlayerInfo[playerid][pVIP]);
INI_Int("Helper",PlayerInfo[playerid][pHelper]);
INI_Int("DevTeam",PlayerInfo[playerid][pDevTeam]);
INI_Int("Muted",PlayerInfo[playerid][pMuted]);
INI_Int("NewMuted",PlayerInfo[playerid][pNewMuted]);
return 1;
}
Do you actually have the correct file saving system (y_ini, or whatever the hell it is)