OnDialogResponse doesnt work in FS?
#1

Hello people, Im abit confused, or maybe its samp bug, but OnDialogResponse doesnt gets called in FS.

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;
}
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?
Reply
#2

You have to return 0; at OnDialogResponse in all of your scripts, if you want FSs with OnDialogResponse.
Reply
#3

but there is already return 0
Reply
#4

Quote:
Originally Posted by pasha97
Посмотреть сообщение
but there is already return 0
Costel meant in ALL of his scripts, not just this one filterscript.
Reply
#5

Dafaq still doesnt work, if there would be some dialogid missmatch or anything, it still should show at least dialog id, but its like OnDialogResponse is not called at all. :S


Weirdest is that it worked before as need and then just stopped from nothing.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)