View Single Post
  #9  
Old 09-19-2008, 07:37 PM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Quote:
Originally Posted by Tigairius View Post
Could also do this:
Or this:

PHP Code:
//#CLIENTSIDE
function onPlayerChats() {
  
// space to weed out a ridiculous word (?sethatman)
  
if (player.chat.starts("sethat ")) {
    
// no searching compared to token
    
player.attr[1] = client.ishat player.chat.substring(7); 
  }

__________________
Reply With Quote