Page 1 of 1

Check if has Clan status

Posted: Fri Aug 05, 2011 9:01 pm
by DreamStage
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4422:
L2JDP Revision 7669:

Hello L2J Community!

Does anyone knows how whats the method for checking if players has clan status?
For example, to check if is clan master: "player.isClanLeader()"

And wich imports do i have to import please :)

Thx

Re: Check if has Clan status

Posted: Fri Aug 05, 2011 9:09 pm
by SolidSnake
player.getClan() != null

Re: Check if has Clan status

Posted: Fri Aug 05, 2011 9:53 pm
by DreamStage
thx