cm_get_user_custom_name_status
Checks whether the client's custom name is enabled or disabled.
Syntax
native bool:cm_get_user_custom_name_status(id) /** * Returns the client's prefix. * * @param id Player's index. * @param buffer Buffer to store the prefix in. * @param len Maximum buffer length. * @noreturn */ native cm_get_user_prefix(id, buffer[], len) /** * Checks whether the client's prefix is enabled or disabled. * * @param id Player's index. * @return True if it's enabled, false otherwise. */ 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.
Usage
| id | Player's index. |
Return
True — if it's enabled, false otherwise.
Defined in
chatmanager.inc
at line 70
.
This documentation was automatically generated from source.