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

Plutonium

DirkRockfaceundefined

DirkRockface

@DirkRockface
Contributor
About
Posts
389
Topics
0
Shares
0
Groups
1
Followers
19
Following
2

Posts

Recent Best Controversial

  • Mob of The Dead Black Ops IIII Audio Swap
    DirkRockfaceundefined DirkRockface

    Izi selva That post is 4 years old and the wolf hasn't been here in 3 years...

    BO2 Modding Releases & Resources

  • Money zombie bo2
    DirkRockfaceundefined DirkRockface

    GhostRider0125 No, sorry, i don't use them.

    Just get one from the plutonium forums that you load by putting files in either your /mods folder or /scripts folder and you will be safe. If you are doing some crazy inject method, then you be doing it wrong 😄

    BO2 Modding Support & Discussion

  • Beware of WyeSoft servers!
    DirkRockfaceundefined DirkRockface

    @Z-C-J-BOWiE

    sounds great my man!

    it's like the rest of the servers that seem to randomly kick and ban people for reasons. I don't judge, i just pass the info that they are known for that and since your name has come up by a number of people that have said you have done that, that is what i said.

    "if you don't like it, don't play there"
    "servers can do what they want"
    "he's been known to do that lately" <- (I have since updated this since new info is here)
    "pluto doesn't get involved in bans like that"

    Tell me where i acted like an admin and said anything that wasn't true with the info at hand?

    happy to finally have someone come give their side of the story! Glad you found these posts and were able to set the record straight!

    Edit: but i stand by my original statements to the groups of people that posted about you... "if you don't like it, play elsewhere, pluto doesn't get involved in that, server owners can run servers the way they want"

    General Discussion

  • [ZM] Claymore Camo for Origins Staff Upgrade
    DirkRockfaceundefined DirkRockface

    fingerlicknphill stop being an idiot... the rule isn't english only and you know that... it's speak english in the english channels, and other languages in their channels... it would be just as dumb for me to roll up into the French group and start speaking english in the middle of their french conversation.

    BO2 Modding Releases & Resources

  • how to join zombies game in progress
    DirkRockfaceundefined DirkRockface

    Drezzy807 that is dependent on the server. A lot of servers auto lock the server above a certain round to prevent trolls coming in and ruining a run. You will have to find the owner of the server you are talking about and ask them how they handle that. Everyone is different.

    Example: My servers have a voting system when it locks so the players can choose to unlock it to let folks in if they want and then relock it, but not all server owners do that. You'll have to find that owner to figure out what they do.

    BO2 Modding Support & Discussion

  • how can i play on plutonium in China ?
    DirkRockfaceundefined DirkRockface

    what do you mean by VPNs aren't working? do you get kicked by the servers when joining them? if so, that's a setting on that individual servers management software... which by default kicks VPN users. Most server owners don't know/care/change it. Some do. OR are you experiencing a different issue with your VPN?

    General Discussion

  • [Release] [ZM] [Mod] zm_expanded - Combining zm_weapons & zm_perks into 1 mod
    DirkRockfaceundefined DirkRockface

    Sray Audic yes this can be done with gsc scripts with functions like:

                if(self actionslotonebuttonpressed())
                    self weapon_give( "galil_zm" );
                if(self actionslotthreebuttonpressed())
                    self weapon_give( "galil_upgraded_zm" );
                if(self actionslottwobuttonpressed())
                    self weapon_give( "raygun_mark2_zm" );
                if(self actionslotfourbuttonpressed())
                    self weapon_give( "raygun_mark2_upgraded_zm" );
    

    and

    if(self adsButtonPressed())
        powerup = level specific_powerup_drop("full_ammo", self.origin);
    

    (this is bo2 example)

    BO2 Modding Releases & Resources

  • Wrongfully banned
    DirkRockfaceundefined DirkRockface

    Volcannon a little over an hour ago, what you did (the software you had loaded) triggered the anti-cheat... wait out your ban and don't do it again. Easy!

    668fcd67-9a3a-4263-a364-c96e1a0c9110-image.png

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

    General Discussion ban appeal

  • [Release] [ZM] [Mod] zm_expanded - Combining zm_weapons & zm_perks into 1 mod
    DirkRockfaceundefined DirkRockface

    Sray Audic you can do that with something like this:

    self.PowerupSelected = whichPowerUp();
    
    if(self adsButtonPressed())
        powerup = level specific_powerup_drop(self.PowerupSelected, self.origin);
    
    whichPowerUp()
    {
        powerups[0] = "nuke";
        powerups[1] = "insta_kill";
        powerups[2] = "double_points";
        powerups[3] = "full_ammo";
        return powerups[ randomInt(powerups.size) ];
    }
    
    BO2 Modding Releases & Resources

  • Registration question
    DirkRockfaceundefined DirkRockface

    GokuWrath nice try bot!

    ...this is a place for folks to play games from the Call of Duty franchise and have fun, not get overrun by bots!!!

    General Discussion
  • 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