Raised This Month: $ Target: $400
 0% 

Using vault...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
VEN
Veteran Member
Join Date: Jan 2005
Old 03-25-2006 , 03:00  
Reply With Quote #2

Code:
// vault.inc /* Reads a data from given key. * If len is set to zero then get_vaultdata * returns value as an number. */ native get_vaultdata(const key[], data[] = "", len = 0); /* Sets a data under given key. */ native set_vaultdata(const key[], const data[] = "" ); /* Removes a key from vault.*/ native remove_vaultdata(const key[]); /* Checks if a key exists in the vault.*/ native vaultdata_exists(const key[]);

Example of set_vaultdata:
Code:
set_vaultdata("key", "data here")
I believe output would be:
Code:
"key" "data here"
VEN is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:37.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode