1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
-- Hook addhook("sel","wepsel") -- Function function wepsel(id,it,m) 	if player(id,"weapon")==50 then 		id1=image("gfx/xdk6gta/fist.bmp",600,73,2) 	else 		freeimage(id1) 	end 	if player(id,"weapon")==4 then 		id2=image("gfx/xdk6gta/pistol.bmp",600,73,2) 	else 		freeimage(id2) 	end 	if player(id,"weapon")==23 then 		id3=image("gfx/xdk6gta/uzi.bmp",600,73,2) 	else 		freeimage(id3) 	end 	if player(id,"weapon")==11 then 		id4=image("gfx/xdk6gta/shotgun.bmp",600,73,2) 	else 		freeimage(id4) 	end end
Wow i ran out of ideas in description . So guys can you help me how to make a multiple freeimage?