cm_get_user_chat_color

Returns the client's chat color.

Syntax

native cm_get_user_chat_color(id, buffer[], len) /** * Checks whether the client's color chat is enabled or disabled. * * @param id Player's index. * @return True if it's enabled, false otherwise. */ native bool:cm_get_user_chat_color_status(id) /** * Returns the client's custom name. * * @param id Player's index. * @param buffer Buffer to store the custom name in. * @param len Maximum buffer length. * @noreturn */ native cm_get_user_custom_name(id, buffer[], len) /** * Checks whether the client's custom name is enabled or disabled. * * @param id Player's index. * @return True if it's enabled, false otherwise. */ native bool:cm_get_user_custom_name_status(id) /** * Returns the client's prefix.

Usage

id Player's index.
buffer Buffer to store the chat color in.
len Maximum buffer length.

Return

This function has no return value.

Defined in chatmanager.inc at line 44 . This documentation was automatically generated from source.