"PlayerDialogResponse crash exploit from PlayerId" -
RingoRus - 31.03.2012
Please, help!
I get a lot of messages in the log:
Warning: PlayerDialogResponse crash exploit from PlayerId: 122
Warning: PlayerDialogResponse crash exploit from PlayerId: 122
Warning: PlayerDialogResponse crash exploit from PlayerId: 122
...
For the second appears in the log about 1000 such reports, and its size is huge. After the server is crash.
Please, help. I have never found a description of the problem.
P.S. Sorry for my bad English.
Re: "PlayerDialogResponse crash exploit from PlayerId" -
D3XT3R - 31.03.2012
Epic I have searched On ****** but i can Online Found your post
anyone else never had this kind of Proble,
Post your Script's OnDialogResponse!
Re: "PlayerDialogResponse crash exploit from PlayerId" -
jotan. - 31.03.2012
Warning: PlayerDialogResponse crash exploit from PlayerId: 122
Player tries to crash your gamemode by spamming the dialog
Re: "PlayerDialogResponse crash exploit from PlayerId" -
RingoRus - 31.03.2012
Quote:
Originally Posted by D3XT3R
Epic I have searched On ****** but i can Online Found your post
anyone else never had this kind of Proble,
Post your Script's OnDialogResponse!
|
OnDialogResponse in my script has a very big size. It does not matter. This callback is not called then I have this problem.
Quote:
Originally Posted by jotan.
Warning: PlayerDialogResponse crash exploit from PlayerId: 122
Player tries to crash your gamemode by spamming the dialog
|
How I can fix it?
Re: "PlayerDialogResponse crash exploit from PlayerId" -
hub4 - 15.12.2012
up!
bug still active
can not be fixed from gamemode - OnDialogResponse not triggered
wtf? sa-mp can detect this, and report to log, but no protection available.
other reports from the same DoS tool include:
PlayerDialogResponse PlayerId: 1 dialog ID doesn't match last sent dialog ID
&
Packet was modified, sent by id: 1, ip: 127.0.0.1:50454
Add:
Network traffic counting (via GetPlayerNetworkStats) does not work in this case.
Re: "PlayerDialogResponse crash exploit from PlayerId" - Jarnu - 17.12.2012
Nah nah, Y_Less that's not related to script i read about that crashing cheat, same exploit happened to me.
When you use "%s" "%f" or any specifier in dialog your server log gets spammed with it, and then it leads to crash..
to avoid it,
Restrict usage of "%" by using string find function.
pawn Code:
if(strfind(inputtext,"%",true) != -1)