Thread: Script Help!
View Single Post
  #4  
Old 07-23-2010, 02:26 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to 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);
    }
  }

__________________
Reply With Quote