How to make /changes in dialog
#5

pawn Код:
#define DIALOG_CHANGES 1
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/changes", true))
    {
        ShowPlayerDialog(playerid, DIALOG_CHANGES, DIALOG_STYLE_LIST, "Changes", "Item_1\ntem_2\ntem_3", "Select", "Close");
    }
    return 1;
}
Reply


Messages In This Thread
How to make /changes in dialog - by NinjaChicken - 11.09.2012, 06:44
Re: How to make /changes in dialog - by clarencecuzz - 11.09.2012, 06:52
Re: How to make /changes in dialog - by RanSEE - 11.09.2012, 07:14
Re: How to make /changes in dialog - by clarencecuzz - 11.09.2012, 07:17
Re: How to make /changes in dialog - by Audiophr3ak - 11.09.2012, 07:36
Re: How to make /changes in dialog - by clarencecuzz - 11.09.2012, 07:37

Forum Jump:


Users browsing this thread: 2 Guest(s)