12.12.2012, 19:11
Hi,
Followed this FS/tut/whatever to create a command to change player's icon/text. Everything is working except the loading part. I rewrote it to dini. Here's the tut; http://forum.sa-mp.com/showthread.ph...ht=Colour+chat
Here's what I use to save the variable:
pChat and pNameCol getting variables like {FFFFFF}. Why doesn't it save and probably therefore not load?
Followed this FS/tut/whatever to create a command to change player's icon/text. Everything is working except the loading part. I rewrote it to dini. Here's the tut; http://forum.sa-mp.com/showthread.ph...ht=Colour+chat
Here's what I use to save the variable:
pawn Код:
dini_IntSet(file, "pChat", PlayerInfo[playerid][pChat]);
dini_IntSet(file, "pNameCol", PlayerInfo[playerid][pNameCol]);