Public Message event sending message in asterisks

Post here your questions about the Flash / Flex / Air API for SFS2X

Moderators: Lapo, Bax

Post Reply
smooch1502
Posts: 87
Joined: 07 Aug 2009, 11:01

Public Message event sending message in asterisks

Post by smooch1502 »

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.
User avatar
rjgtav
Posts: 2813
Joined: 19 Apr 2009, 11:31
Location: Lisbon, Portugal

Post by rjgtav »

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.
smooch1502
Posts: 87
Joined: 07 Aug 2009, 11:01

Post by smooch1502 »

I did already??
User avatar
rjgtav
Posts: 2813
Joined: 19 Apr 2009, 11:31
Location: Lisbon, Portugal

Post by rjgtav »

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.
User avatar
Evil-Dog
Posts: 86
Joined: 08 Mar 2011, 17:59
Contact:

More detail

Post by Evil-Dog »

I had the same problem, the word filter was off in the zone config but not in the room config.
Post Reply