player_set_num
Sets number for a player under key and name.
Syntax
stock player_set_num(const id, const key[], name[], const data, const NFV_PROP:nfv_prop=NFV_OVERWRITE, 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 number to write. |
| nfv_prop | Properties to apply to the saved data in a bitsum. |
| identifier | The character used to identify different keys. |
Return
1 — if successful.
Defined in
nfvault.inc
at line 2990
.
This documentation was automatically generated from source.