Helpmenu
#1

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!!!!
Reply
#2

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
Reply
#3

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
Reply
#4

Hey can you do something like this015.png
Reply
#5

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

that picture is invalid, pls post the right one.
Reply
#7

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

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;
}
Reply
#9

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!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)