diff --git a/lib/samp-ptl b/lib/samp-ptl index 2e81ba0..7bdaf81 160000 --- a/lib/samp-ptl +++ b/lib/samp-ptl @@ -1 +1 @@ -Subproject commit 2e81ba01f7fca26a816fc7a74ebccad2cc3658a2 +Subproject commit 7bdaf81c9328dde0237363f0b96700e4d6692f22 diff --git a/src/Pawn.RakNet.inc b/src/Pawn.RakNet.inc index 2ec068d..306a5e4 100644 --- a/src/Pawn.RakNet.inc +++ b/src/Pawn.RakNet.inc @@ -25,7 +25,11 @@ #if !defined PAWNRAKNET_INC_ #define PAWNRAKNET_INC_ - #define PAWNRAKNET_VERSION 141 + #if !defined PACK_PLUGIN_VERSION + #define PACK_PLUGIN_VERSION(%0,%1,%2) (((%0) << 16) | ((%1) << 8) | (%2)) + #endif + + #define PAWNRAKNET_VERSION PACK_PLUGIN_VERSION(1, 4, 1) #define PAWNRAKNET_INCLUDE_VERSION PAWNRAKNET_VERSION // backward compatibility #define PR_MAX_HANDLERS 256