-
Notifications
You must be signed in to change notification settings - Fork 30
Home
urShadow edited this page Aug 29, 2017
·
24 revisions
Plugin for SA:MP 0.3.7 Server that allows you to work with RakNet in Pawn
- Intercept and reprocess incoming/outcoming RPCs, incoming/outcoming packets
- Sending RPC and packets to player
- Place pawnraknet.dll/pawnraknet.so and pawnraknet.cfg inside plugins folder
- Place Pawn.RakNet.inc inside pawno\include folder (Windows)
- Append to server.cfg
- plugins pawnraknet.dll (Windows)
- plugins pawnraknet.so (Linux)
- Include header to your script
#include <Pawn.RakNet>
The values in parentheses are default values
- InterceptIncomingRPC (true)
- InterceptIncomingPacket (true)
- InterceptOutcomingRPC (true)
- InterceptOutcomingPacket (true)
- UseCaching (false)
- Coming soon...
- Refer to BrunoBM16's RPC and Packet lists