SA-MP Forums Archive
Dialog. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Dialog. (/showthread.php?tid=389058)



Dialog. - Edvin - 31.10.2012

Hi guys
I browse my server_log and I saw this warning:
Код:
[17:44:58] Warning: PlayerDialogResponse PlayerId: 7 dialog ID doesn't match last sent dialog ID
Some ideas?

Thanks.


AW: Dialog. - Skimmer - 31.10.2012

Can you post your Dialog definitions on your gamemode/filterscript here ?


Re: Dialog. - Niko_boy - 31.10.2012

it may also happen if player is in a dialog and he timeout i.e. lost connection and rejoins and click same dialog after rejoin then !.

just noticed it while doing gmx on home tests


Re: Dialog. - Edvin - 31.10.2012

Quote:
Originally Posted by ******
Посмотреть сообщение
That (probably) means someone is trying to cheat by pretending that they are using the wrong dialog.
Any way to protect? Or can't do anything, like crash server, or something like that ...

EDIT:
@Niko_boy, ok I will try to see what happens...