Progress Bar Problem
#1

Hi, I made a progress bar. The Textdraw post is at the bottom. How can I solve this problem?



Code:
	HizText[playerid][0] = CreatePlayerTextDraw(playerid, 294.216827, 399.999938, "0/Km");
	PlayerTextDrawLetterSize(playerid, HizText[playerid][0], 0.325973, 1.681667);
	PlayerTextDrawAlignment(playerid, HizText[playerid][0], 1);
	PlayerTextDrawColor(playerid, HizText[playerid][0], -1);
	PlayerTextDrawSetShadow(playerid, HizText[playerid][0], 0);
	PlayerTextDrawSetOutline(playerid, HizText[playerid][0], 0);
	PlayerTextDrawBackgroundColor(playerid, HizText[playerid][0], 255);
	PlayerTextDrawFont(playerid, HizText[playerid][0], 2);
	PlayerTextDrawSetProportional(playerid, HizText[playerid][0], 1);
	PlayerTextDrawSetShadow(playerid, HizText[playerid][0], 0);
Reply
#2

What's the problem?
Reply
#3

A progress bar to display speed, interesting... I haven't really seen any accurate top speed snippets (this also depends on the surface) so I wouldn't use a progress bar if I were you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)