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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. How to spawn in with afterlife gloves on MOTD

How to spawn in with afterlife gloves on MOTD

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
4 Posts 3 Posters 821 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • MaoXPundefined Offline
    MaoXPundefined Offline
    MaoXP
    wrote on last edited by
    #1

    Earlier today I saw a plutonium mod on twitch where someone was in non afterlife mode with the afterlife arms using regular weapons.

    I simply want a script where I can spawn in with those arms every time on MOTD, similar to how people have scripts to spawn in with Misty's arms every time on Victis maps.

    I want to this script for both Redacted and Plutonium.

    1 Reply Last reply
    1
    • coder x64undefined Offline
      coder x64undefined Offline
      coder x64 Contributor
      wrote on last edited by
      #2

      The weapon id in the afterlife is lightning_hands_zm you can give yourself the weapon at anytime in GSC with:

      self giveweapon( "lightning_hands_zm" );
      

      in-game command (cheats should be activated with sv_cheats 1):

      give lightning_hands_zm
      
      1 Reply Last reply
      0
      • View Mattyundefined Offline
        View Mattyundefined Offline
        View Matty
        wrote on last edited by
        #3

        how do u go back to normal after

        coder x64undefined 1 Reply Last reply
        0
        • coder x64undefined Offline
          coder x64undefined Offline
          coder x64 Contributor
          replied to View Matty on last edited by
          #4

          View Matty If you don't want to get bugged in afterlife mode don't use the in-game command but if you want to take the lightning hands In GSC:

          self takeweapon( "lightning_hands_zm" );
          
          1 Reply Last reply
          0

          • Login

          • Don't have an account? Register

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