GetVipFlags
Gets the VIP flags that players will receive.
Syntax
native GetVipFlags(szFlags[], iFlagsLen) /** * Checks whether the plugin is using CSStats. * * @return True if it is, 0 if it isn't. */ 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()
Usage
| szFlags | Buffer to store the flags. |
| iFlagsLen | Flags' buffer length. |
Return
This function has no return value.
Defined in
becomevip.inc
at line 54
.
This documentation was automatically generated from source.