player_get_num

Retrieves data as a number for a player under key and name.

Syntax

stock player_get_num(const id, const key[], name[], const identifier=';')

Usage

id The index of the client.
key The key within the file to look for. Set to "" for no key.
name The name under key to look for. Set to NFV_WILDCARD for any name.
identifier The character used to identify different keys.

Return

Numeric — value of data found. 0 if no data.

Defined in nfvault.inc at line 3058 . This documentation was automatically generated from source.