You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Natives BS_New, BS_NewCopy, BS_Delete are more efficient now because of using pool of bitstreams
Publics OnOutcomingPacket, OnOutcomingRPC are deprecated now. Please use OnOutgoingPacket, OnOutgoingRPC
Added publics OnIncomingInternalPacket, OnOutgoingInternalPacket for intercepting some internal packets, for example, ID_AUTH_KEY=12. Publics are disabled by default, but you can enable them in pawnraknet.cfg. Also added array WhiteListInternalPackets (empty by default) in pawnraknet.cfg. You can enumerate specific packet ids in that array to intercept only them in OnIncomingInternalPacket/OnOutgoingInternalPacket