Code:
 
PANEL* player_xyz=
{ 
    pos_x = 100; 
    pos_y = 100; 
    layer = 2;
    digits(0,0,"%f",*,1,player.x);  
    flags = OVERLAY,VISIBLE; 
} 


Why is it displaying "0" ?
is it so that panels or texts cant display vectors and defines? cause Player.HEALTH doesent work eider ... what do i do ?!