About CMuteChat
Mute or unmute server global chat and displays mute cooldown in gui.
# CHAT COMMAND WITH PERM OR CONSOLE SERVER COMMAND
- /muteall <minute> -- Mute the chat for all
-
/muteall <stop> -- Cancel mute
#INFO
- Admin bypass mute
- The plugin is compatabile with BetterChat, is optional
# PERMISSION
cmutechat.use -- Player can use mute command
# API
private void API_MuteChat(BasePlayer player, string command, string[] args) private bool API_CMuteChat()
# HOOK
("CMuteChat_Start", string minute )
("CMuteChat_Cancel")