- 0
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..
AdBlock Extension Detected!
Our website is made possible by displaying online advertisements to our members.
Please disable AdBlock browser extension first, to be able to use our community.
Question
l2redkiller
hey dudes i use a simple clan leader name color system how i do that leader gms dont get the leader color?
here my simple code :
if (Config.CLAN_LEADER_COLOR_ENABLED) { if (activeChar.getClan() != null && activeChar.isClanLeader()&& activeChar.getClan().getLevel() >= Config.CLAN_LEVEL) activeChar.getAppearance().setNameColor(Config.CLAN_LEADER_COLOR); }Thanks for your help
5 answers to this question
Recommended Posts