I've created this :

My goal is that whatever hits the circle, within the circle or anything behind it; doesn't get damaged.
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
addhook("spawn", "OverCharacter") function OverCharacter(id) 	if player(id,"team") == 1 then 	freeimage(id) 	id=image("gfx/sprites/flare2.bmp",1,1,100+id) 	imagehitzone(id,104) 	end end addhook("hitzone", "ShotFlare") function ShotFlare(NEED HELP AT THIS PART)
I've looked up on

and got confused on these parameters





I don't know what to write on these parameters