Set a textdraw's "Stay-On-Top" priority?
#4

When you create the textdraws, make sure you add the Mouse Textdraw at the last part.

pawn Код:
new Text:Cursor;

//OnFSInit:
a = TextDrawCreate(...);
b = TextDrawCreate(...);
c = TextDrawCreate(...);
x = TextDrawCreate(...);
y = TextDrawCreate(...);
z = TextDrawCreate(...);

Cursor = TextDrawCreate(...); //At the last part, this will create it at the top layer of all others.
Whenever you recreate the textdraw, use Cursor = TextDrawCreate...

Haven't tried it but I guess it should be like this..
Reply


Messages In This Thread
Set a textdraw's "Stay-On-Top" priority? - by Sasino97 - 07.08.2011, 20:36
Re: Set a textdraw's "Stay-On-Top" priority? - by Johnson_boy - 07.08.2011, 20:39
Re: Set a textdraw's "Stay-On-Top" priority? - by Sasino97 - 07.08.2011, 22:04
Re: Set a textdraw's "Stay-On-Top" priority? - by iPLEOMAX - 07.08.2011, 22:51
Re: Set a textdraw's "Stay-On-Top" priority? - by Sasino97 - 10.08.2011, 20:56

Forum Jump:


Users browsing this thread: 1 Guest(s)