Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. ☢️Black ops 2 MOAB/Tactical Nuke☢️

☢️Black ops 2 MOAB/Tactical Nuke☢️

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
scriptmodsmultiplayer
3 Posts 2 Posters 1.5k 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.
  • GhostRider0125undefined Offline
    GhostRider0125undefined Offline
    GhostRider0125
    Banned
    wrote on last edited by
    #1

    Can somebody make a script or somethin like that for bo2 to have 25 killstreak moab or tactical nuke whatever you wana call it

    its a very satisfying killsteak that sadly we didnt get for bo2😅

    1 Reply Last reply
    0
    • altoidundefined Offline
      altoidundefined Offline
      altoid
      Banned
      wrote on last edited by altoid
      #2

      I'm working on something like this myself for my servers. For the most part the heavy lifting is this line to kill the entire other team

      for(i = 0; i < level.players.size; i++)
      {
          level.players[i] thread [[level.callbackPlayerDamage]](self, self, 2147483600, 8, "MOD_SUICIDE", self getCurrentWeapon(), (0,0,0), (0,0,0), "j_head", 0, 0 );
      }
      

      Then you could mess with visions sets, timescales, sounds, etc to make it more "nuke like". For example:

      player playsound("uin_start_count_down");
      setDvar("timescale", "0.33");
      self SetVisionSetforPlayer("taser_mine_shock", 0);
      
      GhostRider0125undefined 1 Reply Last reply
      1
      • altoidundefined altoid

        I'm working on something like this myself for my servers. For the most part the heavy lifting is this line to kill the entire other team

        for(i = 0; i < level.players.size; i++)
        {
            level.players[i] thread [[level.callbackPlayerDamage]](self, self, 2147483600, 8, "MOD_SUICIDE", self getCurrentWeapon(), (0,0,0), (0,0,0), "j_head", 0, 0 );
        }
        

        Then you could mess with visions sets, timescales, sounds, etc to make it more "nuke like". For example:

        player playsound("uin_start_count_down");
        setDvar("timescale", "0.33");
        self SetVisionSetforPlayer("taser_mine_shock", 0);
        
        GhostRider0125undefined Offline
        GhostRider0125undefined Offline
        GhostRider0125
        Banned
        wrote on last edited by
        #3

        Eae Ay thats freaking sick dude thanks alot! Cant wait to use it in our split screen session 😆

        1 Reply Last reply
        0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        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
        • Unread 0
        • Recent
        • Tags
        • Popular
        • Users
        • Groups