cm_reload_config_file

Reloads the configuration file.

Syntax

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. * * @param id Player's index. * @param status True to enable or false to disable. * @noreturn */ native cm_set_user_chat_color_status(id, bool:status) /** * Enables/Disables the client's custom name. * * @param id Player's index. * @param status True to enable or false to disable. * @noreturn */ native cm_set_user_custom_name_status(id, bool:status)

Return

This function has no return value.

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