INI_Int errors
#1

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"
Reply
#2

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


Forum Jump:


Users browsing this thread: 2 Guest(s)