Could someone please help me with this?
#3

Haven't had a chance to test the GUI stuff yet (0.3 crashes =( ) but I think it's done like this:

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
   if(Dialogid == 0)
   {
     if(response == 1)
        SendClientMessage(playerid,COLOR_WHITE,"Thank you for agreeing.");
     }
     if(response == 0)
        Kick(playerid);
     }
   }
   return 0;
}
Not too sure though.
Reply


Messages In This Thread
Could someone please help me with this? - by chaosnz - 14.09.2009, 06:50
Re: Could someone please help me with this? - by V1ceC1ty - 14.09.2009, 08:25
Re: Could someone please help me with this? - by Gappy - 14.09.2009, 08:25
Re: Could someone please help me with this? - by woot - 14.09.2009, 08:54
Re: Could someone please help me with this? - by chaosnz - 14.09.2009, 09:12
Re: Could someone please help me with this? - by (.Aztec); - 14.09.2009, 17:51
Re: Could someone please help me with this? - by G_ROW_Chez - 14.09.2009, 18:04
Re: Could someone please help me with this? - by FUNExtreme - 14.09.2009, 18:07

Forum Jump:


Users browsing this thread: 1 Guest(s)