cannot show textdraw over another!
#9

Quote:
Originally Posted by TomRedlake
Посмотреть сообщение
Hello,

Have you maybe tried to place previewmodel textdraw to load after the name textdraw?
I mean it in way you create textdraws (under OnGamemodeInit) like this here

Because It doesnt matter when you will show your textdraw, the thing that matters is when you create textdraws.


EDIT: Nevermind, I saw NaS posted same thing like me...
my example code:

PHP код:
OnGameModeInit:
Name CreateTextDraw(...)
SantaHat CreateTextDraw(...)
OnPlayerSpawn:
TextDrawShowForPlayer(playeridName);
TextDrawShowForPlayer(playeridSantaHat); 
but Name textdraw is over than Santahat
Reply


Messages In This Thread
cannot show textdraw over another! - by AmirHossaiN - 19.12.2017, 17:52
Re: cannot show textdraw over another! - by jasperschellekens - 19.12.2017, 18:15
Re: cannot show textdraw over another! - by AmirHossaiN - 19.12.2017, 18:18
Re: cannot show textdraw over another! - by jasperschellekens - 19.12.2017, 18:24
Re: cannot show textdraw over another! - by AmirHossaiN - 19.12.2017, 18:37
Re: cannot show textdraw over another! - by NaS - 20.12.2017, 04:37
Re: cannot show textdraw over another! - by AmirHossaiN - 20.12.2017, 06:32
Re: cannot show textdraw over another! - by TomRedlake - 20.12.2017, 11:15
Re: cannot show textdraw over another! - by AmirHossaiN - 20.12.2017, 11:47
Re: cannot show textdraw over another! - by NaS - 20.12.2017, 20:34

Forum Jump:


Users browsing this thread: 1 Guest(s)