player_get_data

Retrieves data for a player under key and name.

Syntax

stock player_get_data(const id, const key[], name[], data[]="", len=0, 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.
data The string that will contain the data retrieved.
len The size of the data string.
identifier The character used to identify different keys.

Return

1 — if successful.

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