[Support] One Man Army
-
Is one man army possible to put on game? Like can I gsc script it
-
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.