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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. [Support] One Man Army

[Support] One Man Army

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
2 Posts 2 Posters 146 Views 2 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.
  • Farzadundefined Offline
    Farzadundefined Offline
    Farzad
    wrote on last edited by Mr. Android
    #1

    Is one man army possible to put on game? Like can I gsc script it

    Sassundefined 1 Reply Last reply
    0
    • Farzadundefined Farzad

      Is one man army possible to put on game? Like can I gsc script it

      Sassundefined Offline
      Sassundefined Offline
      Sass
      Plutonium Staff
      wrote on last edited by
      #2

      Farzad Here's a script that will allow you to switch classes mid-game :

      forceClassChange()
      {
          self endon("death");
          self endon("disconnect");
      
          for(;;)
          {
              self waittill("changed_class");
              self maps/mp/gametypes/_class::giveloadout( self.team, self.class );
          }
      }
      

      Now I'm not sure you can create OMA like it was in MW2, with it being a perk etc... You can take the script from above, add a loading bar and make it work with only a certain weapon to pretend it's an OMA, but that's the best you can do.

      1 Reply Last reply
      0
      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
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Donate