• Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

[Support] One Man Army

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
2 Posts 2 Posters 80 Views
    • 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
  • Sassundefined Offline
    Sassundefined Offline
    Sass Plutonium Staff
    replied to Farzad 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

  • Login

  • Don't have an account? Register

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

  • Don't have an account? Register

  • Login or register to search.