player_take_data

Removes data for a player under key and name.

Syntax

stock player_take_data(const id, const key[], name[], data[]="", len=0, const take_times=1, 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 removed.
len The size of the data string.
take_times How many times to take out of the file. Set to NFV_TAKEALL for all.
identifier The character used to identify different keys.

Return

How — many datas were removed.

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