Thread: obj.filter()
View Single Post
  #12  
Old 04-01-2007, 04:23 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Well I'm not really sure what the "str" param would contain so obj.filter(array) would make more sense.
PHP Code:
this.cantsay = {"era""chandler""newb"};

function 
onPlayerChats() {
   
player.chat.filter(this.cantsay);

Reply With Quote