Open RodrigoMSR opened 2 years ago
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
That's because open.mp SDK doesn't provide internal/raw packets callback.
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):
OS: Windows 10 & Debian 10