add_zombie_weapon( "mp5", "Press and Hold &&1 to buy MP5k [Cost: 1000]", 1000, "", 0 ); add_zombie_weapon( "mp5_upgraded", "Press and Hold &&1 to buy MP5k [Cost: 1000]", 1000, "", 0 );
Is there something I'm missing in these files or something else I should add somewhere?
I don't use the default waw pack-a-punch. I use the one from Script Placer Z (that is the Harry's pap v.3.0.6)
Any help would be appreciated since I just can't figure this out.
EDIT: Did some testing and I found out that wall weapons cause this issue to happen. If you buy weapon that can only be obtained through mystery box everything is fine. I currently have these KVPs in the weapons:
Code Snippet
Plaintext
targetname weapon_upgrade zombie_weapon_upgrade name of the weapon
Last Edit: July 13, 2016, 01:42:13 pm by ihmiskeho
EDIT: Did some testing and I found out that wall weapons cause this issue to happen. If you buy weapon that can only be obtained through mystery box everything is fine. I currently have these KVPs in the weapons:
Code Snippet
Plaintext
targetname weapon_upgrade zombie_weapon_upgrade name of the weapon
Have you added upgraded versions of wallweapons in dlc3_code.gsc and _zombiemode_weapons.gsc? Edit: Check giveWeapon on Harrys perk script?
Last Edit: July 13, 2016, 06:11:58 pm by HitmanVere