CyberMor / sampvoice

Software Development Kit for implementing Pawn voice systems for SA:MP servers.
MIT License
128 stars 69 forks source link

SAMPCEF Hook conflict maybe. #154

Closed yaaruu closed 2 months ago

yaaruu commented 2 months ago

When I try to use plugin v4.2 with SAMPCEF it doesn't work. But the log seems fine. Target and SvAttach are shown on logs. All audio devices and microphones were also detected. If I disable the CEF plugin it works normally. But sometimes both plugins work. I assume that because both plugins are hooking to the d3d9, whoever hooked first will work. Is there any workaround? or suggestion for this kind of problem?