Indicators: JJN-InfoBar

 

JJN-InfoBar:

Indicator of some basic information.

Author: Gordon Gekko

 

Hi,

An update for everyone.

Add corner position under PosY integer (bold line):


extern int        PosY                        = 0;
extern int        Corner_Position             = 1;
and replace:
OBJPROP_CORNER,0);

by

OBJPROP_CORNER,Corner_Position);

Automatically, infobar will be moved in the corner and you can select the corner position (0: Top Left / 1: Top Right / 2: Bottom Left / 3: Bottom Right)

Later :)

 
How could you add information about volume in here? I tried but failed miserably :D.