Modme Forums

how to get rid of powerups completely?

Game Modding | Call of Duty: Black Ops 3 | Radiant


sauce:

i want to completely take powerups out of my map but i cant find anything that tells me how, is it even possible?


Sleepy216:

level flag::clear( "zombie_drop_powerups" );

That will disable powerups


sauce:

level flag::clear( "zombie_drop_powerups" );

That will disable powerups


and where would i put this?


sauce:

nevermind i figured it out, for anyone coming here wondering the same thing you put it under the zm_usermap::main(); in your .gsc