Quote:
Originally Posted by daniel46
thanks but what i write in data?
|
data is just a variable that would
normally return the data that is stored in the vault.
This is what nvault.inc has to say.
Quote:
/* Looks up a vault value for full information
* Returns 0 if the entry is not found
*/
native nvault_lookup(vault, const key[], value[], maxlen, ×tamp);
|
What's to explain?
If there is no vault information, you set it to what you want.
__________________