SA-MP Forums Archive
INI_Int errors - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: INI_Int errors (/showthread.php?tid=361506)



INI_Int errors - Mr.1337 - 21.07.2012

code

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;
}
errors

Код:
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"



Re: INI_Int errors - Kindred - 21.07.2012

Do you actually have the correct file saving system (y_ini, or whatever the hell it is)