Here's the situation:
My STATUSBAR displays the current item selected in inventory with "DrawSelectedInventory". However, i can't see how many of those items i've got left. All i wanted is to discover how to display a little number at the side of the item sprite.
Code: Select all
DrawSelectedInventory AlwaysShowCounter, Centerbottom, IndexFont, 275, 155, 36, -32;Thanks in advance.