SA-MP Forums Archive
Progress Bar Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Progress Bar Problem (/showthread.php?tid=635934)



Progress Bar Problem - sampkinq - 16.06.2017

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);



Re: Progress Bar Problem - Kane - 16.06.2017

What's the problem?


Re: Progress Bar Problem - CheezIt - 16.06.2017

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.