1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
freeimage(id) 		id=image("gfx/Medieval Mod/Cavalry/Horse.png",1,1,100+id) 		id=image("gfx/Medieval Mod/Cavalry/Horse2.png",1,1,200+id) 		if player(id,"team")==1 then 			id=image("gfx/Medieval Mod/Cavalry/CavalryT.png",1,1,200+id) 		elseif player(id,"team")==2 then 			id=image("gfx/Medieval Mod/Cavalry/CavalryCT.png",1,1,200+id) 		end
The first two images work, the team conditional image doesn't..
edited 3×, last 29.10.11 11:53:39 am