i cant get it to work?
1
2
3
4
5
6
2
3
4
5
6
addhook("hit","samplehit") function samplehit(id,item) 	if item == 84 then return 1 end end
edited 3×, last 06.06.12 03:07:14 pm
addhook("hit","samplehit") function samplehit(id,item) 	if item == 84 then return 1 end end
if player(id,"armor")~=20X then 	return 1 end
addhook("hit","samplehit") function samplehit(id) 	if player(id,"armor")==206 then 		return 1 	end end