SA-MP Forums Archive
Menu 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: Menu coordinates. (/showthread.php?tid=99908)



Menu coordinates. - lakierka - 01.10.2009

Sorry If this topic is already created. I need program or something like that to get menu coordinates.


Re: Menu coordinates. - Jofi - 01.10.2009

I think you cant change Menu Coords but if you mean TextDraw Here is One Good Editor What gives you coords for TextDraw.



Re: Menu coordinates. - SpiderPork - 01.10.2009

Quote:
Originally Posted by Jofi
I think you cant change Menu Coords but if you mean TextDraw Here is One Good Editor What gives you coords for TextDraw.
Of course you can change them:

https://sampwiki.blast.hk/wiki/CreateMenu
As you can see, parameters are:

Quote:
Originally Posted by Wiki
(title[], columns, Float, Float:y, Float:col1width, Float:col2width)

title[] The title for the new menu
columns How many colums shall the new menu have
Float The position of the menu (0,0) is in upper left
Float:y The position of the menu

Float:col1width The width for the first column
Float:col2width The width for the second column



Re: Menu coordinates. - Peter_Corneile - 01.10.2009

Wiki Samp is the key to every question you have relating PAWNO .. Use it