Modme Forums

how replace the weapon the war machine

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


ModmeBot:

Thread By: xdferpc
how to replace the weapon that you get when you take the powerup of the war machine ?


ModmeBot:

Reply By: The Black Death

xdferpc
how to replace the weapon that you get when you take the powerup of the war machine ?

Do you mean the Death Machine?


ModmeBot:

Reply By: xdferpc

The Black Death
xdferpc how to replace the weapon that you get when you take the powerup of the war machine ? Do you mean the Death Machine?

yes


ModmeBot:

Reply By: The Black Death

xdferpc
The Black Death xdferpc how to replace the weapon that you get when you take the powerup of the war machine ? Do you mean the Death Machine? yes


level.zombie_powerup_weapon[ "minigun" ] = GetWeapon( "weapon_name_here" );

in your zm_mapname.gsc after zm_usermap::main().

To add the maximum hits to kill effect you will need to copy the death machine script from share/raw/scripts/zm to usermaps/yourmap/scripts/zm and edit the targeted death machine weapon.


ModmeBot:

Reply By: xdferpc
I have a problem when I run out of powerup laughs Samantha and leaves me without weapons and money


ModmeBot:

Reply By: The Black Death

xdferpc
I have a problem when I run out of powerup laughs Samantha and leaves me without weapons and money

then the weaponfile isn't setup up correctly