Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
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
  #2  
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
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:46 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.