28.03.2016, 03:21
Quote:
|
But my color is not a HEX number. Its in this form, "XXXXXX" so "FFFFFF". Would that work the same?
|
pawn Код:
stock HexToInt(hex[])
{
new int;
sscanf(hex, "x", int);
return int;
}
pawn Код:
SendToClan(playerVariables[playerid][pClan], HexToInt(clanVariables[playerVariables[playerid][pClan]][cClanColor]), szMessage);


