Colour saving/loading not working
#5

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.
pawn Код:
Colour[playerid][pChat] = "{33CC00}";
edit they should be like this
pawn Код:
INI_WriteString(ColFile, "pName", Colour[playerid][pNameCol]);
    INI_WriteString(ColFile, "pChat", Colour[playerid][pChat]);
That's with y_ini!
Reply


Messages In This Thread
Colour saving/loading not working - by DaRoderick - 12.12.2012, 19:11
Re: Colour saving/loading not working - by park4bmx - 12.12.2012, 19:45
Re: Colour saving/loading not working - by DaRoderick - 12.12.2012, 19:47
Re: Colour saving/loading not working - by Mike_Peterson - 12.12.2012, 19:52
Re: Colour saving/loading not working - by park4bmx - 12.12.2012, 19:54
Re: Colour saving/loading not working - by DaRoderick - 12.12.2012, 19:58
Re: Colour saving/loading not working - by park4bmx - 12.12.2012, 20:02
Re: Colour saving/loading not working - by Mike_Peterson - 12.12.2012, 20:06
Re: Colour saving/loading not working - by DaRoderick - 12.12.2012, 20:13

Forum Jump:


Users browsing this thread: 1 Guest(s)