Command
#8

https://sampwiki.blast.hk/wiki/OnPlayerClickPlayer

I think it works like this:
pawn Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
    ShowPlayerDialog(playerid, DIALOG_CLICKMENU, DIALOG_STYLE_LIST, "What do you want to do?", "Give Money\nGive EXP\nGive Fuel\n", "Continue", "Close");
    return 1;
}
Continue the Dialog responses under the OnDialogResponse callback.
Reply


Messages In This Thread
Command - by rumen98 - 23.05.2014, 20:09
Re: Command - by Fred1993 - 23.05.2014, 20:21
Re: Command - by iFiras - 23.05.2014, 20:27
Re: Command - by rumen98 - 23.05.2014, 20:37
Re: Command - by AndySedeyn - 23.05.2014, 20:43
Re: Command - by Fred1993 - 23.05.2014, 20:45
Re: Command - by rumen98 - 23.05.2014, 21:11
Re: Command - by AndySedeyn - 23.05.2014, 21:19
Re: Command - by rumen98 - 23.05.2014, 21:25
Re: Command - by Jacksta21 - 23.05.2014, 22:09

Forum Jump:


Users browsing this thread: 1 Guest(s)