2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-06-20 09:42:09 +03:00

Add MSG_INIT support in messsage_begin native (bug 6254)

This commit is contained in:
Arkshine 2014-10-24 21:04:42 +02:00
parent d8fc093fd8
commit 1bd022305f

@ -389,6 +389,7 @@ static cell _message_begin(AMX *amx, cell *params, bool useFloat) /* 4 param */
case MSG_BROADCAST: case MSG_BROADCAST:
case MSG_ALL: case MSG_ALL:
case MSG_SPEC: case MSG_SPEC:
case MSG_INIT:
MESSAGE_BEGIN(params[1], params[2], NULL); MESSAGE_BEGIN(params[1], params[2], NULL);
break; break;
case MSG_PVS: case MSG_PAS: case MSG_PVS: case MSG_PAS: