English How To Give Zombies and humans wrench

3 replies
Goto Page
To the start Previous 1 Next To the start
Up
Deathsnark
BANNED
Offline Off
hello i have question i need lua where when zombie spawns he get wrench and when human spawns he get wrench too
IMG:http://steamsignature.com/status/english/76561198081360350.png
IMG:http://steamsignature.com/AddFriend.png
14.10.13 04:21:06 pm
Up
Rainoth
Moderator
Offline Off
Code:
1
2
3
4
addhook("spawn","eh")
function eh(id)
     return "74"
end
14.10.13 04:24:45 pm
Up
Deathsnark
BANNED
Offline Off
user Rainoth has written:
Code:
1
2
3
4
addhook("spawn","eh")
function eh(id)
     return "74"
end
not working
IMG:http://steamsignature.com/status/english/76561198081360350.png
IMG:http://steamsignature.com/AddFriend.png
15.10.13 01:06:36 am
Up
Dynamite07
User
Offline Off
What say your debug?
To the start Previous 1 Next To the start