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

Plutonium

Kalitosundefined

Kalitos

@Kalitos
About
Posts
871
Topics
38
Shares
0
Groups
0
Followers
104
Following
25

Posts

Recent Best Controversial

  • Cambiar color de ojos de los zombies 👁‍🗨 (Textura) (Camo BO2)
    Kalitosundefined Kalitos

    costillaxl With the current version of plutonium you no longer need to compile the scripts. You just have to copy the uncompiled scripts. The game automatically compiles them when running

    Temas De Español

  • help
    Kalitosundefined Kalitos

    @zKevshh I can't think of any other solution

    Launcher Support

  • help
    Kalitosundefined Kalitos

    Try running the launcher as administrator.

    Launcher Support

  • Cambiar color de ojos de los zombies 👁‍🗨 (Textura) (Camo BO2)
    Kalitosundefined Kalitos

    costillaxl Copy this script and type in the console "set eye_color 1". It should work.

    #include common_scripts\utility;
    #include maps\mp\zombies\_zm_utility;
    #include maps\mp\_utility;
    
    init()
    {
    	level thread eye_color_watcher();
    }
    
    
    
    eye_color_watcher()
    {	
    	if( getDvar( "eye_color") == "" )
    		setDvar( "eye_color", 0 );
    
    	wait 1;
    
    	while(1)
    	{
    		while( !getDvarInt( "eye_color" ) )
    		{
    			wait 0.1;
    		}
    		level setclientfield( "zombie_eye_change", 1 );
        	sndswitchannouncervox( "richtofen" );
    
    		while( getDvarInt( "eye_color" ) )
    		{
    			wait 0.1;
    		}
    		level setclientfield( "zombie_eye_change", 0 );
    		sndswitchannouncervox( "sam" );
    	}
    }
    
    Temas De Español

  • Plutoniun login account error
    Kalitosundefined Kalitos

    BeenpaidKai Be sure to write as your user is. The user is case sensitive.
    https://forum.plutonium.pw/topic/28892/no-login/5

    Launcher Support

  • no login
    Kalitosundefined Kalitos

    BlackDash Use your email to log in, that happened to a friend. You were able to log in with the forum registration email.

    Launcher Support

  • Im banned?
    Kalitosundefined Kalitos

    zZwpyy said in Im banned?:

    ?

    They will never tell you the exact reason. But something you did when you tried to open the game, you somehow modified the memory of the PC

    General Discussion

  • Im banned?
    Kalitosundefined Kalitos

    zZwpyy https://plutonium.pw/docs/anticheat/

    General Discussion

  • Modding chat
    Kalitosundefined Kalitos

    @WeedLikeToSmoke With GSC you can do it, you need to use also the feddd plugin

    #include maps\mp_utility;
    #include common_scripts\utility;
    #include maps\mp\gametypes_hud_util;
    
    init()
    {
        onPlayerSay(::callbackPlayerSay);
    }
    
    
    callbackPlayerSay(text, mode)
    {
        // mode == 0 -> all
        // mode == 1 -> team
        // self -> player that sent the message
      
            self tell("You are not allowed to type in the chat");
            return false;
    }
    
    
    BO2 Modding Support & Discussion

  • I was banned randomly
    Kalitosundefined Kalitos

    Don't try to open again, your ban time will keep increasing.
    https://plutonium.pw/docs/anticheat/

    General Discussion

  • Got banned for 5 days for some reason, help
    Kalitosundefined Kalitos

    MartinArthur https://plutonium.pw/docs/anticheat/

    General Discussion

  • I got banned for cheating with the cheats option enabled
    Kalitosundefined Kalitos

    DodecaDev Simply, you have to open the game in lan mode and you would not have been banned. The rules are clear.

    BO2 Client Support

  • Is ReShade allowed?
    Kalitosundefined Kalitos

    Layka_Kiro no

    BO2 Client Support

  • Server will not restrict items
    Kalitosundefined Kalitos

    tommy61157 said in Server will not restrict items:

    a a las rachas de puntos? Tampoco me reemplazan correctamente.

    No, you have that in "restricted.cfg", but try there too

    BO2 Server Hosting Support

  • NO SE ME ACTUALIZA EL LAUNCHER
    Kalitosundefined Kalitos

    Savaggee https://plutonium.pw/docs/install/#plutonium-launcher

    All Other Languages Discussion

  • Server will not restrict items
    Kalitosundefined Kalitos

    tommy61157
    To restrict weapon attachments, you must place the following inside each game mode .cfg file. This is an example of my "tdm.cfg" file which is in the "gamesettings" folder. This will apply by restricting weapon attachments for TDM game mode, if you want to pair to another mode, you must set the same to the other mode. Note that whatever you want to restrict, you must remove the "//"

    // BANNED ATTACHMENTS                           //
    //////////////////////////////////////////////////
    //restrict_attachment "reflex"                  // Reflex
    //restrict_attachment "steadyaim"               // Laser sight
    //restrict_attachment "silencer"                // Suppressor/Silencer
    //restrict_attachment "dualclip                 // Fast Mag
    //restrict_attachment "holo"                    // EOTech Sight
    //restrict_attachment "grip"                    // Grip
    //restrict_attachment "fastads"                 // Quickdraw
    //restrict_attachment "fmj"                     // Full Metal Jacket
    //restrict_attachment "extbarrel"               // Long Barrel
    restrict_attachment "rangefinder"             // Target Finder 
    //restrict_attachment "stalker"                 // Stock
    //restrict_attachment "extclip"                 // Extended Clip
    //restrict_attachment "dualoptic"               // Hybrid Optic
    //restrict_attachment "sf"                      // Select Fire
    //restrict_attachment "rf"                      // Rapid Fire
    restrict_attachment "gl"                      // Grenade Launcher
    restrict_attachment "mms"                     // Millimeter Scanner
    //restrict_attachment "acog"                    // ACOG Sight
    //restrict_attachment "swayreduc"               // Ballistics CPU
    //restrict_attachment "vzoom"                   // Variable Zoom
    //restrict_attachment "ir"                      // Dual Band Scope
    //restrict_attachment "dw"                      // Dual Wield
    //restrict_attachment "tacknife"                // Tactical Knife
    //restrict_attachment "stackfire"               // Tri-Bolt (Crossbow)
    
    BO2 Server Hosting Support

  • Banned for no reason
    Kalitosundefined Kalitos

    TemMehIsSad If you knew how to read the AC policies, you would know that they give you warnings that you should not do. They also explain how to enter LAN Mode so you don't get banned for using things you want and you won't even need to inject things if you pay attention to how to use mods correctly.
    They also give you 1 chance when you get banned for the first time, your ban is 7 days, if you try to evade it will only result in more days. Being your second ban permanently.

    General Discussion

  • bloqueo sin razon
    Kalitosundefined Kalitos

    orejitas41 Eso suena como un baneo de un servidor, no está relacionado con Plutonium. Debes contactar con el Admin del servidor.

    Temas De Español

  • Where to download these maps
    Kalitosundefined Kalitos

    LeSureZHENG They already come with the plutonium client, just enter a custom game and there you will find the maps.

    MW3 Modding Support & Discussion
  • 1
  • 2
  • 15
  • 16
  • 17
  • 18
  • 19
  • 43
  • 44
  • 17 / 44
  • Login

  • Don't have an account? Register

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