Quote:
Originally Posted by cbk1994
Just use the F2 window, it's better if you're not making a full GUI.
PHP Code:
function onPlayerChats() {
if (player.chat == "banlist") {
sendRPGMessage("<b>Banned players:</b>");
for (temp.acc : this.banned) {
sendRPGMessage(acc);
}
}
}
|
Ok, so I tried to add this, I guess I may have done something wrong, because it isn't showing the banned players
