SA-MP Forums Archive
Hello Some one help me - 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)
+--- Thread: Hello Some one help me (/showthread.php?tid=607069)



Hello Some one help me - Recardo - 14.05.2016

Hello All

i need help with Create Menu How to i can create menu items ? I didn't Mean Dialog i mean Menu how to i can create one ? +rE0P


Re: Hello Some one help me - Micko123 - 14.05.2016

I don't understand


Re: Hello Some one help me - Sjn - 14.05.2016

https://sampwiki.blast.hk/wiki/CreateMenu
https://sampforum.blast.hk/showthread.php?tid=393356


Re: Hello Some one help me - Recardo - 14.05.2016

Quote:
Originally Posted by Micko123
Посмотреть сообщение
I don't understand
look i mean as this menu how to i can make it ?



NOTE:this pic is not by me i just download it From ****** for understand u


Re: Hello Some one help me - Sjn - 14.05.2016

That isn't a menu, that's a textdraw. Use any textdraw editor that are available on this forum to create one. And to make those keys functioning, you can detect it under OnPlayerText callback. I meant, for the numeric keys. For other keys; OnPlayerKeyStateChange.


Re: Hello Some one help me - Recardo - 14.05.2016

Код:
Float:col1width	The width for the first column.
Float:col2width	The width for the second column.
what did this mean?>


Re: Hello Some one help me - Recardo - 14.05.2016

Код:
Ammutions = CreateMenu("Ammutions", 2, 2498.6511,-1643.3180, 150.0, 150.0);
    AddMenuItem(Ammutions, 2, "Sawn-off");
    AddMenuItem(Ammutions, 2, "Deagle");
Why its didn't Work? i add the X-Y Pos but didn't work What is this
PHP код:
150.0150.0 
? what did it mean