26.03.2012, 20:36
I get this error now:
With this code:
Код:
C:\Users\Keegan\Desktop\filterscripts\WorldWar_Dialogs.pwn(423) : error 010: invalid function or declaration
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;
}