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

Plutonium

  1. Home
  2. MW3 Server Hosting Support
  3. Hello, I need help to remove the chat from my server.

Hello, I need help to remove the chat from my server.

Scheduled Pinned Locked Moved MW3 Server Hosting Support
10 Posts 3 Posters 249 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Yosmanyundefined Offline
    Yosmanyundefined Offline
    Yosmany
    wrote on last edited by Yosmany
    #1

    Hello, I need help on iw5, I want to remove the chat in my rooms, how do I do it, the pluging pluto-disable-chat 2023 that I have when I update the server to version 3963 does not deactivate the chat

    Kalitosundefined 1 Reply Last reply
    0
    • Kalitosundefined Offline
      Kalitosundefined Offline
      Kalitos
      replied to Yosmany on last edited by
      #2

      Yosmany https://plutonium.pw/docs/changelog/#r3605

      Yosmanyundefined 1 Reply Last reply
      0
      • Yosmanyundefined Offline
        Yosmanyundefined Offline
        Yosmany
        replied to Kalitos on last edited by
        #3

        Kalitos Hello, that step did not work for me.

        Kalitosundefined 1 Reply Last reply
        0
        • Kalitosundefined Offline
          Kalitosundefined Offline
          Kalitos
          replied to Yosmany on last edited by
          #4

          Yosmany It works if you do it in a script that when the player connects you execute the "muteclient id" command, that is for each player who connects.

          Yosmanyundefined 1 Reply Last reply
          0
          • Yosmanyundefined Offline
            Yosmanyundefined Offline
            Yosmany
            replied to Kalitos on last edited by
            #5

            Kalitos pero es que no se hacer ese script, si usted lo tiene le agradeceria que lo pasaras

            Kalitosundefined 1 Reply Last reply
            0
            • Kalitosundefined Offline
              Kalitosundefined Offline
              Kalitos
              replied to Yosmany on last edited by Kalitos
              #6

              Yosmany Copy the following script and save it as muteclientIW5.gsc and paste it into the %localappdata%/Plutonium/storage/iw5/scripts/ folder. Reboot the server and it should work. Make sure you are running a version of plutonium greater than or equal to r3605

              #include maps\mp\_utility;
              #include common_scripts\utility;
              #include maps\mp\gametypes\_hud_util;
              
              
              init()
              {
                  level thread onPlayerConnect();
              }
              
              onPlayerConnect()
              {
                  for(;;)
                  {
                      level waittill("connected", player);
                      wait 0.5;
                      if(!player IsBot())
                          cmdexec("muteclient " + player getentitynumber());        
                  }
              }
              
              IsBot()
              {
                  return IsDefined(self.pers["isBot"]) && self.pers["isBot"];
              }
              
              Yosmanyundefined 1 Reply Last reply
              0
              • Yosmanyundefined Offline
                Yosmanyundefined Offline
                Yosmany
                replied to Kalitos on last edited by
                #7

                Kalitos gracias me funciono perfecto, ahora donde puedo cambiarle el mensaje que le sale a los jugadores de arventencia de que no se puede escribir en la sala que sale en ingles y quiero ponerlo en español

                Kalitosundefined 1 Reply Last reply
                0
                • Kalitosundefined Offline
                  Kalitosundefined Offline
                  Kalitos
                  replied to Yosmany on last edited by
                  #8

                  Yosmany It can't be done. That's the command now.

                  Yosmanyundefined 1 Reply Last reply
                  0
                  • FutureRaveundefined Offline
                    FutureRaveundefined Offline
                    FutureRave VIP
                    wrote on last edited by FutureRave
                    #9

                    sv_disableChat dvar will be added to all of our CoD mods with the next update

                    1 Reply Last reply
                    1
                    • FutureRaveundefined Offline
                      FutureRaveundefined Offline
                      FutureRave VIP
                      wrote on last edited by
                      #10

                      You will no longer need to use my plugin "Disable Chat" with the next update.

                      Kalitos use IsTestClient() function to test if a player is a bot or not.

                      1 Reply Last reply
                      1

                      • Login

                      • Don't have an account? Register

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