GetUserKills

Gets the number of player's kills.

Syntax

native GetUserKills(id) /** * Gets the number of player's kills left. * * @param id Player's index. * @return Number of player's kills left. */ 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.

Usage

id Player's index.

Return

Number — of player's kills.

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