HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

turning of chat

09-06-2003, 09:26 PM#1
35263526
Is there anyway to stop people being able to use chat on a map. It's because I want to have special areas for my own way of communication and nowhere else.
09-07-2003, 02:11 AM#2
Hunter0000
I belive you can make a trigger that when I player types a message it clears it, just have the event that a player types a msg conatining "a", delete and then just copie the action and make it trigger on all letters, therefore not allowing chat

EDIT: that is unless someone makes a language like this : ";/'}[_&%(3
09-07-2003, 03:21 AM#3
Oinkerwinkle
Instead of doing each letter, just use 'Contains <Empty String> as a substring. Not typing <Empty String>, but leaving the field blank.
09-07-2003, 03:26 AM#4
DemonicSoul
hunter's solution seems decent, except that it will still show up in the chat log, so it doesnt fully kill the problem
09-07-2003, 03:34 AM#5
DvWizard
Can you somehow close the chat box when a player presses enter?
09-07-2003, 02:30 PM#6
35263526
thnaks Hunter. Having it show up in the chat log isn't really a problem, becuase I want to do this so people cant formulate team-based plans in a matter of seconds. Plus, I don't think many people would bother looking in the chat log.
09-07-2003, 03:51 PM#7
Hunter0000
No problem, and I think using an empty string would detect spaces, and not every time you type do you make spaces