Command /help in dialog
#2

pawn Код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Help", "HELP COMMANDS HERE"/* Using '/n' will make it a new line.*/, "Ok", "Ok");

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 1)
    {
        if(response || !response) return 1;
    }
    return 1;
}
Reply


Messages In This Thread
Command /help in dialog - by fury14 - 27.07.2012, 22:50
Re: Command /help in dialog - by Dubya - 27.07.2012, 22:54
Re: Command /help in dialog - by Kitten - 27.07.2012, 22:55
Re: Command /help in dialog - by fury14 - 27.07.2012, 23:25
Re: Command /help in dialog - by Kitten - 27.07.2012, 23:45
Re: Command /help in dialog - by fury14 - 27.07.2012, 23:52
Re: Command /help in dialog - by Kitten - 27.07.2012, 23:58
Re: Command /help in dialog - by fury14 - 28.07.2012, 00:09
Re: Command /help in dialog - by Kitten - 28.07.2012, 02:15
Re: Command /help in dialog - by Devilxz97 - 28.07.2012, 03:29

Forum Jump:


Users browsing this thread: 3 Guest(s)