Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. MW3 Client Support
  3. GSC to remove chat in MW3 AND BO2

GSC to remove chat in MW3 AND BO2

Scheduled Pinned Locked Moved MW3 Client Support
16 Posts 7 Posters 3.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Resxt Offline
    Resxt Offline
    Resxt
    Plutonium Staff
    wrote on last edited by
    #2

    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 like cg_chatHeight 0 should work

    Maykel_CUBA 1 Reply Last reply
    0
    • Resxt Resxt

      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 like cg_chatHeight 0 should work

      Maykel_CUBA Offline
      Maykel_CUBA Offline
      Maykel_CUBA
      wrote on last edited by
      #3

      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 like cg_chatHeight 0 should work

      adding 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

      Resxt 1 Reply Last reply
      0
      • Maykel_CUBA Maykel_CUBA

        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 like cg_chatHeight 0 should work

        adding 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

        Resxt Offline
        Resxt Offline
        Resxt
        Plutonium Staff
        wrote on last edited by
        #4

        @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

        Kalitos 1 Reply Last reply
        0
        • Maykel_CUBA Maykel_CUBA

          Hello group, I'm looking for a GSC or something that allows me to eliminate the chat from the MW3 and BO2 plutonium game. Thank you

          Kalitos Offline
          Kalitos Offline
          Kalitos
          wrote on last edited by
          #5

          @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 1 Reply Last reply
          0
          • Kalitos Kalitos

            @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 Offline
            Kalitos Offline
            Kalitos
            wrote on last edited by
            #6

            Kalitos With gsc you can even make custom commands to mute a specific player if it's writing bad stuff.

            1 Reply Last reply
            0
            • Resxt Resxt

              @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

              Kalitos Offline
              Kalitos Offline
              Kalitos
              wrote on last edited by Kalitos
              #7

              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.

              Maykel_CUBA 1 Reply Last reply
              0
              • Kalitos Kalitos

                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.

                Maykel_CUBA Offline
                Maykel_CUBA Offline
                Maykel_CUBA
                wrote on last edited by
                #8

                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.

                Kalitos 1 Reply Last reply
                0
                • Maykel_CUBA Maykel_CUBA

                  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.

                  Kalitos Offline
                  Kalitos Offline
                  Kalitos
                  wrote on last edited by
                  #9

                  @Maykel89-CUBA I already gave you the idea of how to do it.

                  1 Reply Last reply
                  0
                  • Resxt Offline
                    Resxt Offline
                    Resxt
                    Plutonium Staff
                    wrote on last edited by
                    #10

                    This plugin might help, if it still works
                    https://github.com/diamante0018/DisablePlutoChat

                    Kalitos FutureRave 2 Replies Last reply
                    1
                    • Resxt Resxt

                      This plugin might help, if it still works
                      https://github.com/diamante0018/DisablePlutoChat

                      Kalitos Offline
                      Kalitos Offline
                      Kalitos
                      wrote on last edited by
                      #11

                      Resxt To add, searching I could see that setting "sv_enableGameChat 0" should disable chat for everyone. @Maykel89-CUBA

                      1 Reply Last reply
                      1
                      • Resxt Resxt

                        This plugin might help, if it still works
                        https://github.com/diamante0018/DisablePlutoChat

                        FutureRave Offline
                        FutureRave Offline
                        FutureRave
                        VIP
                        wrote on last edited by
                        #12

                        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.
                        1 Reply Last reply
                        1
                        • imZahh Offline
                          imZahh Offline
                          imZahh
                          wrote on last edited by
                          #13

                          Yo how to get the chat back lol, cg_chatHeight default doesnt work

                          1 Reply Last reply
                          0
                          • Xerxes Offline
                            Xerxes Offline
                            Xerxes
                            Plutonium Staff
                            wrote on last edited by
                            #14

                            cg_chatHeight takes whole numbers only and not text

                            1 Reply Last reply
                            0
                            • Noktiz Offline
                              Noktiz Offline
                              Noktiz
                              wrote on last edited by Noktiz
                              #15

                              Is there a way i can mute the Server Chat Messages, its a bit annoying some times but i also want to see if a player writes in chat? (IW5)

                              Resxt 1 Reply Last reply
                              0
                              • Noktiz Noktiz

                                Is there a way i can mute the Server Chat Messages, its a bit annoying some times but i also want to see if a player writes in chat? (IW5)

                                Resxt Offline
                                Resxt Offline
                                Resxt
                                Plutonium Staff
                                wrote on last edited by
                                #16

                                Noktiz no, the server has to remove them

                                1 Reply Last reply
                                0

                                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                With your input, this post could be even better 💗

                                Register Login
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Unread 0
                                • Recent
                                • Tags
                                • Popular
                                • Users
                                • Groups
                                • Donate