Page 1 of 1

How to disable /info

Posted: 10 Mar 2012, 11:31
by Forboding Angel
/info is being turned on by default and I need to know a way to suppress it via widget (so i can add the suppression to adv players list).

Re: How to disable /info

Posted: 10 Mar 2012, 12:11
by Niobium
/info 0

Re: How to disable /info

Posted: 10 Mar 2012, 16:40
by Google_Frog
Unbind the action maybe?

Re: How to disable /info

Posted: 10 Mar 2012, 18:06
by Forboding Angel
You guys are totally missing it. It is on by default. For example chilitip disables the stupid default info box in the bottom left. How do you overede /info?

Re: How to disable /info

Posted: 10 Mar 2012, 18:07
by Beherith
Spring.SendCommands("info 0") ?
I dont get why this isnt good.

Re: How to disable /info

Posted: 10 Mar 2012, 19:37
by Forboding Angel
Beherith wrote:Spring.SendCommands("info 0") ?
I dont get why this isnt good.
Im sure its fine. Thanks for the info.