cm_get_user_prefix_status

Checks whether the client's prefix is enabled or disabled.

Syntax

native bool:cm_get_user_prefix_status(id) /** * Checks if the client has admin listen (can see all chats). * * @param id Player's index. * @return True if he has, false otherwise. */ native bool:cm_has_user_admin_listen(id) /** * Reloads the configuration file. * * @noreturn */ native cm_reload_config_file() /** * Sets a temporary chat color on the client. * * @note The chat color set with this native won't get saved in the .ini file, so it will be gone after the client's data is updated. * * @param id Player's index. * @param color Temporary chat color. * @noreturn */ native cm_set_user_chat_color(id, color[]) /** * Enables/Disables the client's color chat.

Usage

id Player's index.

Return

True — if it's enabled, false otherwise.

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