This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
guffas
Hello everyneone , i need red code from java to systemmsg, i how i can do it ?
i have code :
if (!activeChar.isClanLeader())
{
activeChar.sendMessage("This can be used only by Clan Leaders!");
return;
}
How i can set this code "This can be used only by Clan Leaders!" in red color? please help me
3 answers to this question
Recommended Posts