[HELP]Dialog Errors
#2

Hmmm
https://sampwiki.blast.hk/wiki/OnDialogResponse
Read that.

This is how you beggin with that
Код HTML:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    switch(dialogid) // Lookup the dialogid
    {
        case 1:
        {
            if(!response)
            {
                SendClientMessage(playerid, 0xFF0000FF, "You cancelled.");
                return 1; // We processed it
            }
 
            switch(listitem)
Reply


Messages In This Thread
[HELP]Dialog Errors - by mhamadsaleh - 12.01.2012, 22:45
Re: [HELP]Dialog Errors - by Twinki1993 - 12.01.2012, 22:48
Re: [HELP]Dialog Errors - by mhamadsaleh - 12.01.2012, 22:53
Re: [HELP]Dialog Errors - by Twinki1993 - 12.01.2012, 23:15

Forum Jump:


Users browsing this thread: 1 Guest(s)