Text-draw Coordinates? - 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: Text-draw Coordinates? (
/showthread.php?tid=270073)
Text-draw Coordinates? -
dowster - 18.07.2011
are text draws created using coordinates for an 800x600 resolution?
Re: Text-draw Coordinates? -
[HiC]TheKiller - 18.07.2011
Quote:
Note: The x,y coordinate is the top left coordinate for the text draw area based on a 640x480 "canvas" (irrespective of screen resolution). If you plan on using TextDrawAlignment with alignment 3 (right), the x,y coordinate is the top right coordinate for the text draw.
|
Hope that helps.
Re: Text-draw Coordinates? -
dowster - 19.07.2011
Thanks, shoulda went there first :P