native get_user_msgid(const name[]);
name | Client message name |
Returns unique id of a client message.
Example usage: get_user_msgid("TextMsg")
The message id is unique as long as the server is running, but might change between updates. They should not be hardcoded into plugins.
On first server start, this function will return 0 if used inside plugin_precache(). Consider hooking RegUserMsg in order to retrieve the correct message id.
Message id, 0 if message was not found
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.