GSC to remove chat in MW3 AND BO2
-
Try to change chat dvars in the console
GSC is server side anyways so you can't force servers to load your script if that's what you want
Something likecg_chatHeight 0
should work -
Resxt said in GSC to remove chat in MW3 AND BO2:
Try to change chat dvars in the console
GSC is server side anyways so you can't force servers to load your script if that's what you want
Something likecg_chatHeight 0
should workadding this cg_chatHeight "0" in the server .cfg doesn't remove it. I don't quite understand the explanation of the server side gsc, if you could be more specific. thank you
-
@Maykel89-CUBA well how was I supposed that you were trying to remove chat from your server?
I don't think you can disable it entirely on your server and I don't see a reason why you would do that -
@Maykel89-CUBA For iw5, with this plugin you can deactivate the chat by means of a "mutePlayer clientid" command, you can do it with gsc to each client that connects.
For BO2, you can use the FEddd plugin, using with GSC "onPlayerSay", check the documentation, you can cancel the sending of messages for everyone. -
Kalitos With gsc you can even make custom commands to mute a specific player if it's writing bad stuff.
-
Resxt To prevent players from being toxic in chat, I use it on my server, muting players so they don't swear. Or prevent players from abusing report commands.
-
Kalitos said in GSC to remove chat in MW3 AND BO2:
Resxt To prevent players from being toxic in chat, I use it on my server, muting players so they don't swear. Or prevent players from abusing report commands
Actually, the problem I'm having is disrespect on the server. It would be good to get a GSC to remove the chat and thus avoid unnecessary bans.
-
@Maykel89-CUBA I already gave you the idea of how to do it.
-
This plugin might help, if it still works
https://github.com/diamante0018/DisablePlutoChat -
Resxt To add, searching I could see that setting "sv_enableGameChat 0" should disable chat for everyone. @Maykel89-CUBA
-
Yeah, I still support this plugin.
- sv_enableGameChat for disabling chat for everyone.
- mutePlayer can be used to mute a client num.
Saves the list permanently to a JSON file as well so the penalty stays after a restart.