17.04.2012, 14:25
Can i get help that how can i color only Community Advisor of it leaving the color of other text to be COLOR_OOC
Код:
else if(PlayerInfo[playerid][pHelper] >= 2) { new string[128]; format(string, sizeof(string), "(( Community Advisor %s: %s ))", GetPlayerNameEx(playerid), params); OOCOff(COLOR_OOC,string); return 1; }