23.05.2014, 21:19
https://sampwiki.blast.hk/wiki/OnPlayerClickPlayer
I think it works like this:
Continue the Dialog responses under the OnDialogResponse callback.
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;
}