UsingCsstats
Checks whether the plugin is using CSStats.
Syntax
native bool:UsingCsstats() /** * Checks whether the plugin is using HUD message. * * @return True if it is, 0 if it isn't. */ 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 61
.
This documentation was automatically generated from source.