Loading password in y_ini
#2

I did put the size after the enums.
pawn Code:
enum P_INFO {
    pName[24],
    pPass[MAXPSIZE], // MAXPSIZE == 16
}

INI_String("Name", PlayerInfo[playerid][pName]);
INI_String("Password", PlayerInfo[playerid][pPass]);

error 017: undefined symbol "INI_String"
error 017: undefined symbol "INI_String"
Reply


Messages In This Thread
Loading password in y_ini - by Wesley221 - 24.08.2011, 09:43
Re: Loading password in y_ini - by Wesley221 - 24.08.2011, 09:50
Re: Loading password in y_ini - by Wesley221 - 24.08.2011, 09:53

Forum Jump:


Users browsing this thread: 1 Guest(s)