When attack with knife, then spaw a He or Snowball to enemy or ahead. Of course: infinity he.
Like this:
1
2
3
4
5
6
7
2
3
4
5
6
7
addhook("attack","attack")
function attack(id)
	if player(id,"weapon") == 50 then
		parse("strip "..id.." 75")
	end
end
He ball knife
1 
Offline