Thread: Script Help!
View Single Post
  #6  
Old 07-23-2010, 02:39 AM
Kamakaze Kamakaze is offline
UN Levels Team Admin
Kamakaze's Avatar
Join Date: Sep 2008
Location: Virginia
Posts: 37
Kamakaze is on a distinguished road
Quote:
Originally Posted by cbk1994 View Post
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
Reply With Quote