How To Give Zombies and humans wrench
3 replies



14.10.13 04:04:35 pm
hello i have question i need lua where when zombie spawns he get wrench and when human spawns he get wrench too

Code:
1
2
3
4
2
3
4
addhook("spawn","eh")
function eh(id)
return "74"
end
function eh(id)
return "74"
end



