crxranks_is_hi_using_dhud
Checks if the HUD info system is using DHUD messages.
Syntax
native bool:crxranks_is_hi_using_dhud() /** * Checks if the HUD information system is enabled. * * @return True if it is, false otherwise. */ 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)
Return
True — if it is, false otherwise.
Defined in
crxranks.inc
at line 226
.
This documentation was automatically generated from source.