force_unmodified bug?
Using force_unmodified i can check for only one file if i return PLUGIN_HANDLED in inconsistent_file?
Can someone test this? Should it work like that? If i use force_unmodified on two files, and on both of them i should get inconsistency, but only one file is checked for consistency. Example: Code:
Code:
L 05/08/2014 - 03:20:41: File name: sprites/gas_puff_02.sprAny idea how to solve this? ps. Sorry for bad explanation. I attached code and log. |
Re: force_unmodified bug?
Sorry for bumping, but i got some results.
It seems that this is caused by engine. I have just recompiled amxmodx with debug messages, inconsistent file is called for first file that is inconsistent. The rest of the files are not checked and inconsistent_file is not called for them. Is there any idea how to bypass this using orpheu/chooker or any other module? |
Re: force_unmodified bug?
Quote:
The reason only the first file is checked is because if server has forced consistency on, if the first file is detected as being modified it instantly disconnects the user, so it is not a bug. |
Re: force_unmodified bug?
IIRC returning PLUGIN_HANDLED should block the disconnection.
|
Re: force_unmodified bug?
Quote:
Quote:
|
Re: force_unmodified bug?
Quote:
|
Re: force_unmodified bug?
Quote:
I have heard that SV_ParseConsistencyResponse is the function i have to look at. I'm not able to confirm this. And i have "no" idea what am i supposed to do in this function. |
Re: force_unmodified bug?
Quote:
The associated code is the following: PHP Code:
|
| All times are GMT -4. The time now is 09:42. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.