textdraw doesnt get above other textdraw
#1

well i have a textdraw with a sprite and i want to make that textdraw being above a normal textdraw with things written.
I first show the textdraw with the things written and then i show the sprite textdraw but even there the textdraw with things written isn't in the back soo the textdraw with the sprites is in the back and the another is above and i want to have the sprite above the textdraw with the things written.
Any ideas?
Reply
#2

Ty creating them in a different order.
For example, instead of:
pawn Код:
Textdraw1 = TextDrawCreate..
Textdraw2 = TextDrawCreate
Do
pawn Код:
Textdraw2 = TextDrawCreate..
Textdraw1 = TextDrawCreate
Maybe the latest one created is on top, or the other way around. Anyhow, try playing the the order of the textdraw creations
Reply
#3

It is the same i did what you say about creation but doesnt work. but thanks anyway
Reply
#4

bump
Reply
#5

I believe that newest textdraws go on top. How didn't it work when you changed the creation order? Check this: http://forum.sa-mp.com/showpost.php?...35&postcount=4
Reply
#6

Quote:
Originally Posted by [KHK]Khalid
Посмотреть сообщение
I believe that newest textdraws go on top. How didn't it work when you changed the creation order? Check this: http://forum.sa-mp.com/showpost.php?...35&postcount=4
Quote:
Haven't tried it but I guess it should be like this..

This is probably how. I also assumed it, but I guess there are other parameters. Either that, or the OP didn't really get the idea. I'm not gonna try it for myself though, just threw a possible solution. I have no idea what else could it be.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)