Posts: 309
Threads: 88
Joined: Sep 2011
Reputation:
0
Hi , i have a big problem , whene a player spawns the GameTextForPlayer is shown behind the Dialog so it is not showed cleary , i have this
GameTextForPlayer(blabla);
ShowDialog(blabla);
How to show the Gametext in the front of the dialog ? thanks.
Posts: 1,253
Threads: 36
Joined: Aug 2011
Reputation:
0
Pretty sure it's not possible. Try to lower the amount of text in both the dialog and gametext, to see if it can fit. Or change the gametext style so that it is placed somewhere else.
Good luck.
Posts: 309
Threads: 88
Joined: Sep 2011
Reputation:
0
UP (1 day) i Really need Help...
Posts: 738
Threads: 13
Joined: Mar 2012
Reputation:
0
Just a random guess
Do like this :
ShowDialog(blabla);
GameTextForPlayer(blabla);
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
Use a different GameText style which is above the dialog or create a textdraw for it.