12.12.2012, 19:54
Make sure your variable is a string and saved as a string.
And also you use it like shown in the tut to save the colour.
edit they should be like this
That's with y_ini!
And also you use it like shown in the tut to save the colour.
pawn Код:
Colour[playerid][pChat] = "{33CC00}";
pawn Код:
INI_WriteString(ColFile, "pName", Colour[playerid][pNameCol]);
INI_WriteString(ColFile, "pChat", Colour[playerid][pChat]);

