textdraw bar help
#1

pawn Код:
stock textDrawBarValue(Text:textdraw,Float:value,Float:maxvalue=1000.0)
{
    //minimum = 241.000 | max = 398.000    (X pos)
    TextDrawTextSize(textdraw,398.000000,44.000000);
    return value;
}
how can i make this?

pawn Код:
textDrawBarValue(TD[playerid][1],5.0,10.0);
|~~~~~| //Bar

//
textDrawBarValue(TD[playerid][1],10.0,10.0);
|~~~~~~~~~~| //Bar
i want like this https://sampforum.blast.hk/showthread.php?tid=113443 but with my function
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)