I founded the weapon in the raw files :zombiemelee_zm is a weapon on turned its the zombie hand weapon is there any way to get it to work on other maps/gametypes like tranzit or survival?
zombiehand()
{
self giveweapon("death_throe_zm");
self switchtoweapon("death_throe_zm");
}
precacheitem("death_throe_zm"); //Place it in init()
I founded the weapon in the raw files :
Code:zombiehand() { self giveweapon("death_throe_zm"); self switchtoweapon("death_throe_zm"); } precacheitem("death_throe_zm"); //Place it in init()