dialog control
#4

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
if(dialogid == /*ID of the dialog you want to control*/)
{
     if(response)//Checks to see if Button1 was pressed.
     {
         //Do something
     }
     else
     {
          //Do something else
     }
}
https://sampwiki.blast.hk/wiki/OnDialogResponse
Reply


Messages In This Thread
dialog control - by hadzx - 15.03.2011, 16:26
Re: dialog control - by randomkid88 - 15.03.2011, 16:29
Re: dialog control - by hadzx - 15.03.2011, 16:30
Re: dialog control - by randomkid88 - 15.03.2011, 16:33
Re: dialog control - by hadzx - 15.03.2011, 16:34
Re: dialog control - by hadzx - 15.03.2011, 16:45

Forum Jump:


Users browsing this thread: 1 Guest(s)