10.12.2012, 09:34
pawn Код:
public LoadUser_data(playerid,name[],value[])
{
INI_Int("Password",PlayerInfo[playerid][pPass]);
INI_Int("Admin",PlayerInfo[playerid][pAdmin]);
INI_Int("VIP",PlayerInfo[playerid][pVIP]);
INI_Int("DKZ",PlayerInfo[playerid][pDKZ]);
INI_Int("Kills",PlayerInfo[playerid][pKills]);
INI_Int("Deaths",PlayerInfo[playerid][pDeaths]);
INI_Int("Jailed",PlayerInfo[playerid][pJailed]);
INI_Int("Muted",PlayerInfo[playerid][pMuted]);
INI_Int("Cash",PlayerInfo[playerid][pCash]);
INI_Int("Score",PlayerInfo[playerid][pScore]);
INI_Int("Banned",PlayerInfo[playerid][pBanned]);
INI_Int("Reputation",PlayerInfo[playerid][pReputation]);
INI_Int("PlayingHour",PlayerInfo[playerid][pPlayingHour]);
return 1;
}