Merge pull request #151 from Arkshine/add-msg_init-support
Add MSG_INIT support in message_begin native (bug 6254)
This commit is contained in:
commit
79479e40c6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user