TextDraw question...
#1

Hi,
Ive just had this really unusual thought.

Most computer monitors (screens) are nowadays usually quite big. (Mine for example, is 1800px by 768px) which means i could have a text draw at (x: 1790px and y: 758px) and it would work. However, if, say someone joined my server, with a 800px by 600px screen, they wouldnt see my text draw at 1790px and 758px would they?

So my question is this:
How can i get a text draw, to be always at the bottom of the screen, on every screen, no matter what size?
(My guess is something like x = 100% and y = 100% but im not sure...)

Thanks
Ash
Reply
#2

pawn Код:
public OnPlayerUpdate(playerid)
{
   SendClientMessageToAll(0x00FF00FF, "Bump");
}
Reply
#3

Does anybody know the answer to this?
Reply
#4

I dont think X and Y are pixels in this case.
try lowering ur resolution to 800 x 600 and see it by urself
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)