get_user_msgid
native get_user_msgid(const name[]);
| Parameter |
Description |
| 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