• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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