native unregister_message(iMsgId, registeredmsg);
iMsgId | Message id |
registeredmsg | Registered message id |
Unregisters a message hook previously created with register_message().
You must pass the proper message id and return value from the message to unregister the message successfully.
Id that can again be passed to register_message() on success, or 0 if an invalid message id is passed
If an invalid registered message handle is passed, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.