GetKillsLeft
Gets the number of player's kills left.
Syntax
native GetKillsLeft(id) /** * Gets the plugin prefix. * * @param szPrefix Buffer to store the prefix. * @param iPrefixLen Prefix's buffer length. * @noreturn */ 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. *
Usage
| id | Player's index. |
Return
Number — of player's kills left.
Defined in
becomevip.inc
at line 36
.
This documentation was automatically generated from source.