Guest Posted January 2, 2010 Share Posted January 2, 2010 Every time I chat or write a message using the say command it pops out 2 times. For example I typed AW!!! it will come out --- homerliew: AW!!! homerliew: AW!!! instead of only ones Link to comment
0 robhol Posted January 2, 2010 Share Posted January 2, 2010 This problem usually happens when two resources both try to handle onPlayerChat, or when one resource does and the event is not cancelled in the process. If you've written your own resource that uses onPlayerChat and outputChatBox, put cancelEvent(true) in it. If you run two or more resources with that event handler, stop the resource or (better) remove the outputChatBox function call. Link to comment
Question
Guest
Every time I chat or write a message using the say command it pops out 2 times.
For example I typed AW!!! it will come out ---
homerliew: AW!!!
homerliew: AW!!!
instead of only ones
Link to comment
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now