I have used this but it didn't work:
I hope someone fixed it please !
thank you for reading.
Scripts
Strip a weapon by an other weapon.
Strip a weapon by an other weapon.
1

function hit_hook(id,attacker,weapon,damage)
	if weapon == 78 then
		if player(id,"weapon") == 41 then
			parse("strip "..id.." "..player(id,"weapon"))
			return 1
		end
	end
end
1
