04.01.2013, 11:57
Thanks for the help. Still, it doesn't work.
Now the playericon appears as
In the player's file.
On load char;
On saving;
Now the playericon appears as
Код:
pIconColour=92247295
On load char;
pawn Код:
format(PlayerInfo[playerid][pIconColour], 15, "%d", dini_Get(file, "pIconColour"));
SetPlayerColor(playerid, PlayerInfo[playerid][pIconColour]);
pawn Код:
dini_IntSet(file, "pIconColour", PlayerInfo[playerid][pIconColour]);