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: