UGX-Mods

Call of Duty: Black Ops 3 => General => Topic started by: overkiller115 on June 01, 2017, 01:33:37 pm

Title: remove powerups in a custom map
Post by: overkiller115 on June 01, 2017, 01:33:37 pm
I made a map and i dont want powerup s in it, definitely not nuke and deathmachine. How can i remove it. tried to remove the #using lines that i think is related to powerups but it didn't work
Title: Re: remove powerups in a custom map
Post by: All0utWar on June 01, 2017, 02:56:28 pm
Put this at the bottom of your main() function.

Code Snippet
Plaintext
zm_powerups::powerup_remove_from_regular_drops( "minigun" );

And I believe for the Nuke you'd just replace "minigun" with "nuke".