UsingHud

Checks whether the plugin is using HUD message.

Syntax

native bool:UsingHud() /** * Checks whether the plugin is using Steam. * * @return True if it is, 0 if it isn't. */ native bool:UsingSteam() /** * Checks whether the plugin is using Quick Save. * * @return True if it is, 0 if it isn't. */ native bool:UsingQuickSave()

Return

True — if it is, 0 if it isn't.

Defined in becomevip.inc at line 68 . This documentation was automatically generated from source.