Hello,
I have the following code:
public function pubMessage(e:SFSEvent):void {
var msg:String = e.params.message;
var user:User = e.params.sender;
trace(msg);
}
It is correctly setup with the proper SFSEvent listeners but its trace'ing the message as asterisks???
The function that sends the SFSEvent can trace the message that was sent though.
Public Message event sending message in asterisks
-
smooch1502
- Posts: 87
- Joined: 07 Aug 2009, 11:01
hi. u need to disable the word filter in the zone configurartor
Skills: SFS Pro, SFS2X, AS2.0/AS3.0, Java, HTML5/CSS3/JS, C#
Portfolio: https://rjgtav.wordpress.com/
SFS Tutorials: http://sfs-tutor.blogspot.com/ - Discontinued. Some examples may be bugged.
Portfolio: https://rjgtav.wordpress.com/
SFS Tutorials: http://sfs-tutor.blogspot.com/ - Discontinued. Some examples may be bugged.
-
smooch1502
- Posts: 87
- Joined: 07 Aug 2009, 11:01
you need also to disable the word filter in public messages. And make sure you are submiting the changes and then restarting the server
Skills: SFS Pro, SFS2X, AS2.0/AS3.0, Java, HTML5/CSS3/JS, C#
Portfolio: https://rjgtav.wordpress.com/
SFS Tutorials: http://sfs-tutor.blogspot.com/ - Discontinued. Some examples may be bugged.
Portfolio: https://rjgtav.wordpress.com/
SFS Tutorials: http://sfs-tutor.blogspot.com/ - Discontinued. Some examples may be bugged.
More detail
I had the same problem, the word filter was off in the zone config but not in the room config.