20.08.2015, 09:19
(
Последний раз редактировалось Edw; 20.08.2015 в 09:52.
)
I am Romanian, please excuse me.
So a clan color is as it FF0000 if I want to have color players the clan (SetPlayerColor - clan color) how I could add that 0x FF00000 FF?
Ex: (error)
So a clan color is as it FF0000 if I want to have color players the clan (SetPlayerColor - clan color) how I could add that 0x FF00000 FF?
Ex: (error)
PHP код:
format(szColor, sizeof(szColor), "0x%sFF", ClanInfo[clanid][cColor]);
SendClanMessage(clanid, szColor, szMessage);