crxranks_is_sfup_enabled

Checks if the screen fade when a client gains a level is enabled.

Syntax

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. */ native bool:crxranks_is_user_vip(id) /** * Checks if the plugin is using MySQL to save/load XP. * * @return True if it is, false otherwise. */ native bool:crxranks_is_using_mysql() /** * Checks if the XP notifier system is enabled. * * @return True if it is, false otherwise. */

Return

True — if it is, false otherwise.

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