Outdated Turned Zombies Hand Weapon On Tranzit?

MossyWave

New Member
Messages
3
Reaction score
6
Points
3
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?
 
Last edited:

xTiibo

Veteran
Messages
23
Reaction score
44
Points
803
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?
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()
 

MossyWave

New Member
Messages
3
Reaction score
6
Points
3
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()

you cant attack with it though like zombiemelee_zm it isnt the same if u played turned u would see what i mean look at the video above to see what i mean
 
Top