Blockland Forums > Modification Help
Can someone fix this mute/unmute event server.cs?
ScratchTehEPICSpaceDude:
Um, it works but the message doesn't show up.
ScratchTehEPICSpaceDude:
Bump. Help!
jes00:
--- Quote from: ScratchTehEPICSpaceDude on March 20, 2012, 12:16:02 PM ---Bump. Help!
--- End quote ---
In the un mute section make sure it's
--- Code: ---messageClient(%this, '', "\c6You are now unmuted");
--- End code ---
not
--- Code: ---messageClient(%victim, '', "\c6You are now unmuted");
--- End code ---
ScratchTehEPICSpaceDude:
Thanks! LOCKING