Mute Script.

BattleTechBattleTech Join Date: 2002-11-02 Member: 4137Members
I found this in some forums on another website.. (I'm not taking credit for it, but here it is)
On some servers, it works.. on others it does not at all.

// -----
// This code fixes the no cursor problem on scoreboard to mute players.
// You need this code for NS v1.0-v1.03 (should be fixed in v1.1+).
// -----
// To use: bind +scores to the key you use for the scoreboard.

alias fixmute "toggleeditps;alias -scores scorestogon; bind mouse1 +attack"

alias scorestogon "toggleeditps;alias -scores scorestogoff;-showscores"
alias scorestogoff "bind mouse1 +attack;-showscores"

alias +scores "bind mouse1 fixmute;+showscores;"
alias -scores "scorestogoff"

bind "TAB" "+scores"

Comments

Sign In or Register to comment.