Modme Forums

how to disable pack-a-punch on certain guns

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


ModmeBot:

Thread By: maxman5050
i want to make it so you can't upgraded the apothican servant by just putting it in pack-a-punch machine. is there a way to disable it?


ModmeBot:

Reply By: Kabe
Go to usermaps/you_map/scripts/zm/_zm_t7_weapons.gsc

Line 72 and change

level.b_allow_idgun_pap = 1;

to 

level.b_allow_idgun_pap = 0;