[ANSWERED] Dialog doesn't response
#8

Does _any_ response work?
Try this:
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
  if(dialogid == 0)
  {
     switch(listitem)
     {
      case 0:
      {
        SendClientMessage(playerid, lichtgroen, "Now you made it! Congratulations!");
      }
      case 1:
      {
        SetPlayerPos(playerid, 12, 12, 12);
        SetPlayerFacingAngle(playerid, 12);
        SendClientMessage(playerid, groen, "Lol, where are you?");
      }
     }
   }
   		else SendClientMessage(playerid, groen, "You quited the server"); Kick(playerid);
 		{
  }
  return 1;
}
Reply


Messages In This Thread
[ANSWERED] Dialog doesn't response - by CAR - 20.04.2010, 19:33
Re: Dialog doesn't response - by Torran - 20.04.2010, 19:37
Re: Dialog doesn't response - by CAR - 20.04.2010, 19:39
Re: Dialog doesn't response - by Torran - 20.04.2010, 19:41
Re: Dialog doesn't response - by CAR - 21.04.2010, 14:56
Re: Dialog doesn't response - by Torran - 21.04.2010, 15:09
Re: Dialog doesn't response - by CAR - 21.04.2010, 15:13
Re: Dialog doesn't response - by Assyria - 21.04.2010, 15:14
Re: Dialog doesn't response - by CAR - 21.04.2010, 15:23
Re: Dialog doesn't response - by CAR - 21.04.2010, 15:32

Forum Jump:


Users browsing this thread: 1 Guest(s)