cm_total_prefixes
Returns the number ot total prefixes added in the .ini file.
Syntax
native cm_total_prefixes() /** * Returns the number ot total say formats registered for players in the .ini file. * * @return Number ot total say formats registered for players in the .ini file. */ native cm_total_say_formats() /** * Updates the client's prefix and chat color according to the data stored in the plugin. * * @note This can be used if you changed the player's admin flags and you want * to immediately update the player's prefix and chat color. * * @param id Player's index. * @noreturn */ native cm_update_player_data(id)
Return
Number — ot total prefixes added in the .ini file.
Defined in
chatmanager.inc
at line 182
.
This documentation was automatically generated from source.