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



Helpmenu - ivanmangta - 06.01.2014

I have question,how i can make Textmenu command,Im from croatia,and im making my dirst RP srv,so i need a bit of help.Im making helpmenu,so when player types /pomoc (in croatian pomoc means help) i want to show him a menu,soo if anyone can help me,please,i would be greatfullllll!!!!


Re: Helpmenu - offon - 06.01.2014

You can use the ShowPlayerDialog. Example:

Код:
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "Pomoc", Your text goes here", "Button", "Button");
You can find more info at: https://sampwiki.blast.hk/wiki/ShowPlayerDialog


Re: Helpmenu - ivanmangta - 06.01.2014

Quote:
Originally Posted by offon
Посмотреть сообщение
You can use the ShowPlayerDialog. Example:

Код:
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "Pomoc", Your text goes here", "Button", "Button");
You can find more info at: https://sampwiki.blast.hk/wiki/ShowPlayerDialog
THNX


Re: Helpmenu - ivanmangta - 06.01.2014

Hey can you do something like this015.png


Re: Helpmenu - ivanmangta - 06.01.2014

http://upload.slike.com/slika?image=...-sa-mp-015.png


Re: Helpmenu - Smileys - 06.01.2014

that picture is invalid, pls post the right one.


Re: Helpmenu - ivanmangta - 06.01.2014

http://upload.slike.com/slike/2014/0...-sa-mp-015.png


Re: Helpmenu - Tayab - 06.01.2014

pawn Код:
CMD:pomo(playerid,params[])
{
    ShowPlayerDialog(playerid,99343,DIALOG_STYLE_LIST,"YUnited Balkan RolePlay","Opste Komande\nPosao Komande\nOrganizacija Komande\nPosalji zahtejev za pomoc adminima\nRolePlay Pojmovi (osnove)","Uredu","Izlaz");
    return 1;
}



Re: Helpmenu - ivanmangta - 07.01.2014

Quote:
Originally Posted by Tayab
Посмотреть сообщение
pawn Код:
CMD:pomo(playerid,params[])
{
    ShowPlayerDialog(playerid,99343,DIALOG_STYLE_LIST,"YUnited Balkan RolePlay","Opste Komande\nPosao Komande\nOrganizacija Komande\nPosalji zahtejev za pomoc adminima\nRolePlay Pojmovi (osnove)","Uredu","Izlaz");
    return 1;
}
Where i need to put it,because my solution doesnt work?

THNX for CMD!