29.12.2010, 20:24
No.
Check your code in
Check your code in
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
...
if(dialogid == 12345) // id of your showplayerdialog
{
....
if(response == 0) // response is 0 when option 2 is pressed. Assuming that cancel is your 'option two'
..
...