1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
... addhook([[kill]], [[ar_kill]]) function ar_kill(pl) 	... 	 	ar.img[pl] = image(ar_gfxDir..[[hud_notification.png]], 0, 0, 2, pl) 	imagepos(ar.img[pl], 520, 320, 0) 	 	timer(3500, [[ar_tween_alpha]]) 	function ar_tween_alpha() 		tween_alpha(ar.img[pl], 100, 0.0) 	end 	 end
Trying to be



Before I am trying to make an alpha fade tween visible for a certain player only, ar.img variable is not for each player. Just regular variable that created for everyone not "each" one. I think the

If make an alpha fade tween visible for a certain player only is possible, please help me on this one.
Remember, I have cookie,

