GetVipPrefix

Gets the plugin prefix.

Syntax

native GetVipPrefix(szPrefix[], iPrefixLen) /** * Gets the VIP flags that players will receive. * * @param szFlags Buffer to store the flags. * @param iFlagsLen Flags' buffer length. * @noreturn */ 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. */

Usage

szPrefix Buffer to store the prefix.
iPrefixLen Prefix's buffer length.

Return

This function has no return value.

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