• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

DisplayTextToPlayer's coordinates problem

Status
Not open for further replies.
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 :

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.
 
Status
Not open for further replies.
Top