Hi,
I am facing an issue with the Print Center Fix metamod plugin on my server. The plugin fails to hook the UTIL_ClientPrint function, resulting in the following error in my console:
[PRINT CENTER FIX] ERROR! Failed to hook UTIL_ClientPrint: Pattern match not found.
This issue is causing the %s symbol to appear for some players or making the center messages completely invisible to others. I am using the latest builds of the ReHLDS ecosystem:
It seems the hardcoded pattern in the plugin's source code is no longer compatible with the memory layout of the new engine_i486.so (Build 4002).
Could someone please provide an updated pattern or a fix that works with this specific build? I have attached my appmod.cpp logic in the source code section.
Thanks!
I am facing an issue with the Print Center Fix metamod plugin on my server. The plugin fails to hook the UTIL_ClientPrint function, resulting in the following error in my console:
[PRINT CENTER FIX] ERROR! Failed to hook UTIL_ClientPrint: Pattern match not found.
This issue is causing the %s symbol to appear for some players or making the center messages completely invisible to others. I am using the latest builds of the ReHLDS ecosystem:
- ReHLDS Version: 3.14.0.857 (Build 4002, Mar 27 2025).
- ReGameDLL Version: 5.28.0.756-dev.
- Metamod-P Version: 1.3.0.149.
- AMX Mod X Version: 1.10.0.5476.
It seems the hardcoded pattern in the plugin's source code is no longer compatible with the memory layout of the new engine_i486.so (Build 4002).
Could someone please provide an updated pattern or a fix that works with this specific build? I have attached my appmod.cpp logic in the source code section.
Thanks!