17.09.2016, 12:45
hey how to make
a texdrawbox go Left and Right
with a maximum value
mmm
example
[/pawn]
if player get +10xp
XPBox = TextDrawCreate(153.00000+5, 438.000000, "_");///maximum value = 193.000000 , minimum value = 153.000000
if player get +10xp
TextDrawTextSize(XPBox, 454.000000, 4.000000+10);
[pawn]
make it same as proggresbar but grow by going |<LEFT<->RIGHT>|
a texdrawbox go Left and Right
with a maximum value
mmm
example
[/pawn]
if player get +10xp
XPBox = TextDrawCreate(153.00000+5, 438.000000, "_");///maximum value = 193.000000 , minimum value = 153.000000
if player get +10xp
TextDrawTextSize(XPBox, 454.000000, 4.000000+10);
[pawn]
make it same as proggresbar but grow by going |<LEFT<->RIGHT>|