1
2
3
2
3
addhook("hit","sample.hit") function sample.hit(id) msg2(id,"HIT !") end
addhook("hit","sample.hit") function sample.hit(id) msg2(id,"HIT !") end
addhook("hit","sample.hit") function sample.hit(id,source) 	if source>0 then 		msg2(source,"HIT !") 	end end