Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intercept Incoming Raw Packet not working on OpenMP version #64

Open
RodrigoMSR opened this issue Jun 28, 2022 · 1 comment
Open

Intercept Incoming Raw Packet not working on OpenMP version #64

RodrigoMSR opened this issue Jun 28, 2022 · 1 comment

Comments

@RodrigoMSR
Copy link

RodrigoMSR commented Jun 28, 2022

The OnIncomingRawPacket callback is not being called at all in the OpenMP version of the plugin.

My pawnraknet.cfg (I've already tried putting it in the "plugins" and "components" folders):

InterceptIncomingPacket = true
WhiteListInternalPackets = []
InterceptIncomingRPC = false
InterceptOutgoingPacket = false
InterceptOutgoingRPC = false
InterceptIncomingRawPacket = true
InterceptIncomingInternalPacket = false
InterceptOutgoingInternalPacket = false
UseCaching = false

OS: Windows 10 & Debian 10

@katursis
Copy link
Owner

katursis commented Jul 1, 2022

That's because open.mp SDK doesn't provide internal/raw packets callback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants