native nvault_pset(vault, const key[], const value[]);
vault | A vault handle returned from nvault_open() |
key | A key to set the permanent value for |
value | A permanent value to set |
Sets value of a vault entry and makes it permanent (non-erasable with nvault_prune()).
A new entry is created if one with the given key doesn't exist.
Permanent entries have no timestamp.
This function has no return value.
On invalid vault handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.