28.03.2016, 02:20
Use format.
Example:
And after use variable 'color' instead of clanVariables[playerVariables[playerid][pClan]][cClanColor] when you send a message.
Example:
PHP код:
new color[24];
format(color,24, "0x%s",clanVariables[playerVariables[playerid][pClan]][cClanColor]);