- Joined
- Apr 19, 2011
- Messages
- 1,331
I want to have some text displayed at bottom-mid of the screen, so i used "call DisplayTextToPlayer", but i have a problem with it. It seems that i can't go more bottom than 0.00 with the Y coordinate.
Here is what i have :
I tried setting the Y coordinate to negative numbers, but it seems that it doesn't work (it display the message at the same location as with the 0.00)
So, i just want to know how i could display the text a bit more bottom (i want it kinda at the same place as the error messages "Not enough food" and such)
No vJass solution if possible.
Here is what i have :
JASS:
call DisplayTextToPlayer(GetTriggerPlayer(), 0.50, 0.00, SomeText)
I tried setting the Y coordinate to negative numbers, but it seems that it doesn't work (it display the message at the same location as with the 0.00)
So, i just want to know how i could display the text a bit more bottom (i want it kinda at the same place as the error messages "Not enough food" and such)
No vJass solution if possible.