crxranks_is_hud_enabled

Checks if the HUD information system is enabled.

Syntax

native bool:crxranks_is_hud_enabled() /** * Checks if the screen fade when a client loses a level is enabled. * * @return True if it is, false otherwise. */ native bool:crxranks_is_sfdn_enabled() /** * Checks if the screen fade when a client gains a level is enabled. * * @return True if it is, false otherwise. */ native bool:crxranks_is_sfup_enabled() /** * Checks if the client is on the final level. * * @param id Client index. * @return True if he is, false otherwise. */ native bool:crxranks_is_user_on_final(id) /** * Checks if the client is VIP according to the VIP flags set in the plugin's configuration file. * * @param id Client index. * @return True if he is, false otherwise. */

Return

True — if it is, false otherwise.

Defined in crxranks.inc at line 233 . This documentation was automatically generated from source.