this is what i have so far, can someone help me.
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
addhook("hit","my_hit") function my_hit(id,source,weapon,hpdmg,apdmg) 	if(weapon == 69) then 		local x = player(id,"x") 		local y = player(id,"y") 		parse("explosion "..x.." "..y.." 25 5000 "..source) 		return 1 	end end