GetKillsNeeded

Gets number of kills needed to get VIP extras.

Syntax

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

Return

Number — of kills needed to get VIP extras.

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