v62 Packet for displaying a ban reason

Newbie Spellweaver
Joined
May 18, 2018
Messages
6
Reaction score
0
Hi, I'm using the v1 english release of LeaderMS.

I'm trying to display a blue ban popup where inside of it, it's displaying the reason why they were banned. Is it possible to display the blue popup with a custom message?

Thanks!
 
Custom Title Activated
Loyal Member
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
just send a serverNotice(1, "hurdur u been banned") message packet to the client if they were detected as banned. you can send specific messages based on the ban reason loaded from db as well. should be in the LoginPasswordHandler class.
 
Upvote 0