SA-MP Forums Archive
TextDraw question... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: TextDraw question... (/showthread.php?tid=160952)



TextDraw question... - Ash. - 18.07.2010

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


Re: TextDraw question... - Ash. - 18.07.2010

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



Re: TextDraw question... - Ash. - 18.07.2010

Does anybody know the answer to this?


Re: TextDraw question... - aNdReSk - 18.07.2010

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