So the instructions told me to change the code for the weapon buying shit. The code is this:
Code Snippet
Plaintext
========================================================== Changes to zombiemode_weapons.gsc for Mule Kick =============================================================================
# in _zombiemode_weapons.gsc
# add this at the top (with the # coz its a include)
#include maps\_harrybo21_utilities;
# replace
user thread treasure_chest_give_weapon( weapon_spawn_org.weapon_string );
# with :
user thread harrybo21_give_gun( weapon_spawn_org.weapon_string);
# replace all references to :
player weapon_give( self.zombie_weapon_upgrade );
# with :
player thread harrybo21_give_gun( self.zombie_weapon_upgrade );
However, when I buy a gun off the wall, or out of the box, the player no longer says the weapon quotes such as "Figures, piece of shit" or "Ratta tat tat, meatsacks".
How do I reenable this?
Last Edit: September 17, 2016, 09:17:20 pm by Megadeth9811