SA-MP Forums Archive
Problem with 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: Problem with textdraws (/showthread.php?tid=659685)



Problem with textdraws - jewking - 12.10.2018

The problem is that one textdraw box overlaps another textdraw.
How to change a priority of them.
May be some one know.

I tried to swap but it's not help.


Re: Problem with textdraws - Croheart - 12.10.2018

Put the textdraw you want to make as background before all of the others, so before in new, ongamemodeinit and in showing


Re: Problem with textdraws - Bruno13 - 12.10.2018

The textdraws order is defined by the creation sequence.


Re: Problem with textdraws - Spawe - 12.10.2018

Try disabling one


Re: Problem with textdraws - jewking - 13.10.2018

Quote:
Originally Posted by Croheart
Посмотреть сообщение
Put the textdraw you want to make as background before all of the others, so before in new, ongamemodeinit and in showing
Holy ...) Thanks so much! It works. i feel fool myself.
Quote:
Originally Posted by Bruno13
Посмотреть сообщение
The textdraws order is defined by the creation sequence.
Thanks too)

Quote:
Originally Posted by Spawe
Посмотреть сообщение
Try disabling one
I tried it. And they both worked.

Close topic pls.