04.07.2012, 11:33
Hello people, Im abit confused, or maybe its samp bug, but OnDialogResponse doesnt gets called in FS.
I can click any Dialog made in FS, it doesnt do anything and it stopped to work from nothing, didnt edited FS orso.
any ideas?
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
new ss[128];
format(ss,sizeof(ss),"DialogID: %d",dialogid);
SendClientMessage(playerid,COLOR_BLUE,ss);
return 0;
}
any ideas?