Quote:
Originally Posted by Rapidwolve
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);
}
|
Depends, on how you perceive the world "
filter".
PHP Code:
player.account.filter({"Rapidwolve", "off sod"});
Rearrange the last part.