Signature
native get_user_msgid(const name[]);
Description
Returns unique id of a client message.
Notes
- 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.
Parameters
- name — Client message name
Returns
Message id, 0 if message was not found