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

Plutonium

DJseanyBundefined

DJseanyB

@DJseanyB
About
Posts
37
Topics
2
Shares
0
Groups
0
Followers
4
Following
2

Posts

Recent Best Controversial

  • [Release] B02 FireTunnel Custom Map
    DJseanyBundefined DJseanyB

    Introducing "Firetunnel," the ultimate custom map for Black Ops 2 Zombies. Dive into intense battles within the fiery confines of a tunnel, where the outside world is off-limits. Get ready for non-stop action, featuring the One Inch Punch, Pack-a-Punch, Mystery Box, Buyable Staffs, and a customizable Wonderfiz machine. It's a thrilling, unforgettable experience! Thank you to the guy who made the map giving me permission to upload on is behalf all credit goes to him

    Screenshot 2023-10-21 234011.png
    Screenshot 2023-10-21 233840.png
    Screenshot 2023-10-21 233820.png

    Download Here (uncompiled)
    changes will need made to get the map to work
    https://www.mediafire.com/file/jlo3w69edsq6zmf/FireTunnel.gsc/file

    Download Compiled (works fine)
    https://www.mediafire.com/file/lontnko7asl04xq/Fire_Tunnel.gsc/file

    BO2 Modding Releases & Resources

  • [Release] [ZM] [Mod] zm_weapons - Adding all weapons to maps
    DJseanyBundefined DJseanyB

    sehteria Can you add a donation link to the github????

    BO2 Modding Releases & Resources

  • Tranzit Revamped | Warmer Days Mod 2025 | Updated January 29th, 2025
    DJseanyBundefined DJseanyB

    People seem to really like this mod, i put up a server with it and currently has 7/8 people in it. No crashes in the last 2 day seems stable

    BO2 Modding Releases & Resources

  • [Release] [ZM] [Mod] zm_weapons - Adding all weapons to maps
    DJseanyBundefined DJseanyB

    This mod works great if used correctly, Keep up the good work Sehteria

    BO2 Modding Releases & Resources

  • Black Ops 1 Server Round Lock ( Customizable )
    DJseanyBundefined DJseanyB

    What This Script Does:

    • Keeps your server unlocked until a round YOU choose.

    • Once that round hits, it locks the server and generates a random 4-digit password.

    • Tells players the password and how to rejoin using the console.

    How It Works:

    • Before the round you choose, anyone can join like normal.

    • After the round you set, BOOM, the server locks.

    Players will see a message in the game with the password. Message will repeat in between each round so players don't forget

    
    #include common_scripts\utility;
    #include maps\_utility;
    
    init()
    {
        executeCommand( "g_password \"\"" );
        level thread SetPasswordsOnRound( 35 );
        level.locked = false; 
    }
    
    setPasswordsOnRound( roundNumber )
    {
        level endon( "disconnect" );
    
        while ( true ) 
        {
            level waittill( "between_round_over" );
            if ( level.round_number >= roundNumber )
            {
                level.locked = true; 
                pin = generateString();
                executeCommand("g_password " + pin);
                executeCommand("password " + pin);
    
                level thread messageRepeat( "^2Server is now locked. Use password ^1" + pin + " ^2to rejoin." );
                break;
            }
        }
    }
    messageRepeat( message )
    {
        level endon( "disconnect" );
        
        while ( true )
        {
            iPrintLn( message );
            level waittill( "between_round_over" );
        }
    }
    
    generateString()
    {
        str = "";
    
        for ( i = 0; i < 4; i++ )
        {
            str = str + randomInt( 10 );
        }
    
        return str;
    }
    
    
    BO1 Modding Releases & Resources

  • Invalid Topic - Issue Has Been Dealt With.
    DJseanyBundefined DJseanyB

    I mean $300 for a rank that gives you stuff that others already have is a bit...

    I will say ztav has more to offer then literally any other server x3

    BO2 Client Support

  • [Release] [ZM] [Mod] zm_perks - Adding all perks to maps
    DJseanyBundefined DJseanyB

    sehteria https://forum.plutonium.pw/topic/37657/zm-release-nuketown-perks-manager?_=1727910912186

    BO2 Modding Releases & Resources

  • Black Ops 1 Server Round Lock ( Customizable )
    DJseanyBundefined DJseanyB

    MBHGB Yeah you can do that with a pretty simple Hud element. Just have it display where you want it on the screen and destroy it after sometime. The script i sent will display it at the start of every round so they should have no issue making a note of the password

    BO1 Modding Releases & Resources

  • Invalid Topic - Issue Has Been Dealt With.
    DJseanyBundefined DJseanyB

    Ultrabars Bruh those refunds were for in game points all of them lol

    BO2 Client Support

  • my game doesn't want to start up
    DJseanyBundefined DJseanyB

    bro was using chatgdp to answer him xD

    BO1 Client Support

  • Tranzit Revamped | Warmer Days Mod 2025 | Updated January 29th, 2025
    DJseanyBundefined DJseanyB

    GhostRider0125 Both of these can be added via GSC

    BO2 Modding Releases & Resources

  • [Release] [ZM] [Mod] zm_weapons - Adding all weapons to maps
    DJseanyBundefined DJseanyB

    FaZe Flick This works for all the maps.... For example if its a sub map of transit it will work for transit ( Farm, Town, Bus depot, Ect... )

    BO2 Modding Releases & Resources
  • 1 / 1
  • Login

  • Don't have an account? Register

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