if %TEAM != #TEAM_SPECTATOR
	if %WEAPON_ITEM
		setAlignment right middle
		setCursor #WIDTH, #HEIGHT - 32

		moveCursor -20 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 0
		setSize 16 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 16
		setFontStyle bold
		setFontBorder on

		// draw selected gun
		drawWeaponIcons 56 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 0, 48 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 48, %VIDHEIGHT / 40

		setFontBorder off
	endif
endif
