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 395 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.
  • 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
    • Yosmanyundefined Yosmany

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

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

      Yosmanyundefined 1 Reply Last reply
      0
      • Kalitosundefined Kalitos

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

        Yosmanyundefined Offline
        Yosmanyundefined Offline
        Yosmany
        wrote on last edited by
        #3

        Kalitos Hello, that step did not work for me.

        Kalitosundefined 1 Reply Last reply
        0
        • Yosmanyundefined Yosmany

          Kalitos Hello, that step did not work for me.

          Kalitosundefined Offline
          Kalitosundefined Offline
          Kalitos
          wrote 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
          • Kalitosundefined Kalitos

            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 Offline
            Yosmanyundefined Offline
            Yosmany
            wrote 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
            • Yosmanyundefined Yosmany

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

              Kalitosundefined Offline
              Kalitosundefined Offline
              Kalitos
              wrote 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
              • Kalitosundefined Kalitos

                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 Offline
                Yosmanyundefined Offline
                Yosmany
                wrote 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
                • Yosmanyundefined Yosmany

                  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 Offline
                  Kalitosundefined Offline
                  Kalitos
                  wrote 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
                      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
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Donate