21.07.2012, 10:12
code
errors
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;
}
Код:
undefined symbol "INI_Int" undefined symbol "INI_Int" undefined symbol "INI_Int" undefined symbol "INI_Int" undefined symbol "INI_Int" undefined symbol "INI_Int" undefined symbol "INI_Int" undefined symbol "INI_Int" undefined symbol "INI_Int"