Jump to content
  • 0

ExShowScreenMessage text position?


Question

Posted

ExShowScreenMessage("asdasdas",5000); Will display text in the center top of the screen. What about right side, under radar or up from inventory icon? How do I write anything in there?

4 answers to this question

Recommended Posts

  • 0
Posted

i dont think if this avaible

You're wrong.

 

ExShowScreenMessage (int type, int messageId, int position, int unk1, int size, int unk2, int unk3,boolean showEffect, int time,int unk4, String text)

 

position: TOP_LEFT = 1, TOP_CENTER = 2, TOP_RIGHT = 3, MIDDLE_LEFT = 4, MIDDLE_CENTER = 5, MIDDLE_RIGHT = 6, BOTTOM_CENTER = 7, BOTTOM_RIGHT = 8

 

  • 0
Posted

You could just check ExShowScreenMessage class at begining.

 

Anyway, as we can see your found a solution, topic locked.

Guest
This topic is now closed to further replies.


×
×
  • Create New...