• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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