Answered Electric Hands

jcal147

Veteran
Messages
63
Reaction score
12
Points
793
I want to be able to give the electric hands that are in the afterlife on the map mob of the dead. With this script I gain increased movement speed as well as the whole electric thing. The problem is that the hands do not turn on the power(which defeats the whole purpose).???

Code:
doElectricHands()
{
    self endon("death");
    self endon("disconnect");   
    self maps/mp/zombies/_zm_weapons::weapon_give( "electrocuted_hands_zm" );
    self iPrintln("Electrocuted Hands Given");   
}
 
Last edited by a moderator:

God

Skiddy
Messages
337
Reaction score
240
Points
818
idk if that'll work, but for what you want to do, it will only work on nob of the dead
 

jcal147

Veteran
Messages
63
Reaction score
12
Points
793
ik that it will only work for motd, but i still think it would be beneficial to have
 
Top