- Joined
- Jul 3, 2012
- Messages
- 87
- Reaction score
- 6
If player has been temp banned and trying to log-in, he will get a message which tells him when
the ban will over, wanted to know how can i display that message?
I made that check (MapleClient>Login method):
the ban will over, wanted to know how can i display that message?
I made that check (MapleClient>Login method):
which type displays the temp ban message? and how can i use it? or maybe it doesnt work that way ?long tempBan = rs.getLong("tempban");
if (tempBan == 0) { //0000-00-00
loginok = X;
}

