IsUserVip

Checks whether a players has unlocked the VIP Plus option.

Syntax

native bool:IsUserVip(id) /** * Gets number of kills needed to get VIP extras. * * @return Number of kills needed to get VIP extras. */ 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.

Usage

id Player's index.

Return

True — if he has, 0 if he hasn't.

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