Playertextdraws overlapping textdraws - 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: Playertextdraws overlapping textdraws (
/showthread.php?tid=585437)
Playertextdraws overlapping textdraws -
Zeuto - 13.08.2015
Hello guys,
you know that playertextdraws are created after textdraws (normally) and i am writing a laptop system. So there are some playertextdraws in the programbase which are overlapping the textdraws in the startmenu.. How can i solve this problem?
Means that the playertextdraw should not overlap those textdraws..
Re: Playertextdraws overlapping textdraws -
MarvinPWN - 13.08.2015
Can you send us a screenshot of this "problem"?
So we can see the overlapping.
Re: Playertextdraws overlapping textdraws -
Zeuto - 14.08.2015
without startmenu (not overlapping yet):
http://puu.sh/jBb4V/ca74398b40.png
with startmenu (overlapping):
http://puu.sh/jBb5w/c333c26b30.png
Re: Playertextdraws overlapping textdraws -
LetsOWN[PL] - 14.08.2015
Quote:
Originally Posted by Zeuto
Hello guys,
you know that playertextdraws are created after textdraws (normally) and i am writing a laptop system. So there are some playertextdraws in the programbase which are overlapping the textdraws in the startmenu.. How can i solve this problem?
Means that the playertextdraw should not overlap those textdraws..
|
Well, I guess You should create PlayerTextDraws BEFORE regular TextDraws, because, IMO, last created item is always on the top of the stack - in this case resulting in overlapping.
Greetings.