Yates has written
Hey,
I want to know where i can find a healgun script..
I cant seem to find one anywhere
So what it does it you shoot someone he gains hp..
That's all, i have seen them on Rp servers but i cant find one myself..
Help ?
Thx..
I want to know where i can find a healgun script..
I cant seem to find one anywhere
So what it does it you shoot someone he gains hp..
That's all, i have seen them on Rp servers but i cant find one myself..
Help ?
Thx..
Yasday has written
lol( not tabbed, on ipod)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook([[hit]],[[hitter]])
function hitter(victim,source,wpn,hpdmg,apdmg)
if wpn == 45 then --if laser then
heal = math.random(50,60) --randmon health(lolz randomseed wont work for me)
parse("sethealth "..victim.." "..heal) --give health
return 1 --don't make damage
end
end
Ehmm.. I tryed it but it desn't work
?
Lua Scripts/Questions/Help


Offline
It look so dumb when they walk around with a car on their head o.O
Thank you really much...I use the []...
for you.