04.02.2014, 16:06
pawn Код:
new accent;
INI_String("Accent",accent, 70);//Works but won't load my players data ofc.
INI_String("Accent",PlayerInfo[playerid][pAccent], 70); // Yet this doesn't, though PlayerInfo is were my players data is stored
INI_Int("Color",PlayerInfo[playerid][pColor]);// Yet, this works fine? This has confused me a LOT

