GetUserMessageName
Retrieves the name of a message by ID.
native bool GetUserMessageName(UserMsg msg_id, char[] msg, int maxlength)Parameters
char[] msg
Buffer to store the name of the message.
int maxlength
Maximum length of string buffer.
Return Value
bool True if message index is valid, false otherwise.