When i click something on a dialog, nothing happens.
#3

I get this error now:
Код:
C:\Users\Keegan\Desktop\filterscripts\WorldWar_Dialogs.pwn(423) : error 010: invalid function or declaration
With this code:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 0)
    {
        if(response)
        {
          SendClientMessage(playerid,0x008000FF, "You have clicked 'OK' In the dialog. Remember to /viphelp1 to see the commands again!");
        }
        else
        {
          SendClientMessage(playerid, 0xFF0000FF, "You selected 'Cancel'!");
        }
        return 1;
                }
            }
        return 0;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)