From 1bd022305fcc9a162108a39744e9c7501534cca9 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Fri, 24 Oct 2014 21:04:42 +0200 Subject: [PATCH] Add MSG_INIT support in messsage_begin native (bug 6254) --- amxmodx/messages.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/amxmodx/messages.cpp b/amxmodx/messages.cpp index 498e7fe8..1d990c34 100755 --- a/amxmodx/messages.cpp +++ b/amxmodx/messages.cpp @@ -389,6 +389,7 @@ static cell _message_begin(AMX *amx, cell *params, bool useFloat) /* 4 param */ case MSG_BROADCAST: case MSG_ALL: case MSG_SPEC: + case MSG_INIT: MESSAGE_BEGIN(params[1], params[2], NULL); break; case MSG_PVS: case MSG_PAS: