Problem with TextDraw and ProgressBar - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem with TextDraw and ProgressBar (
/showthread.php?tid=155073)
Problem with TextDraw and ProgressBar -
leapfish - 16.06.2010
Hello guys, I have a problem with some thing...
I tried to add ProgressBar and TextDraw above it saying the actual progressbar value....
So everything works expect the TextDraw is UNDER the ProgressBar and is not FULLY SEEN....
It looks like this....
How can I make it so the TextDraw text will be above the ProgressBar so I can FULLY see it, without any "noise"
Re: Problem with TextDraw and ProgressBar -
Killa_ - 16.06.2010
Try creating the one which is behind, last.
Re: Problem with TextDraw and ProgressBar -
leapfish - 18.06.2010
What do you mean creating it last? :S
Re: Problem with TextDraw and ProgressBar - TheInnocentOne - 18.06.2010
Move the TextDrawCreate function for the numbers under the create functions for the other two textdraws.
Re: Problem with TextDraw and ProgressBar -
Cameltoe - 18.06.2010
it looks great though