Raised This Month: $51 Target: $400
 12% 

Problem to Save with nfvault


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
pacheco
Senior Member
Join Date: Jul 2011
Old 12-27-2013 , 20:02   Problem to Save with nfvault
Reply With Quote #1

I have one trouble with saving system. It's saving in already exists data, but I want to create another data, but with different key. Look:

Code:
;user1
"name" "MyNameHere"
"steamid" "MySteamIDHere"
"XP" "MyXPHere"
;user2
"name" "MyNameHere"
"steamid" "MySteamIDHere"
"XP" "MyXPHere"
But it's saving:
Code:
;user1
"name" "MyNameHere" // It's to save user1's name, but saves user2's name
"steamid" "MySteamIDHere" // Same here
"XP" "MyXPHere" // Same here
;user2
// Nothing happens here..
I'm using this method:
PHP Code:
nfv_set_data(g_szVaultFileg_CachedID[id], "name"szNameNFV_NO_REPLACE_QUOTE)
nfv_set_data(g_szVaultFileg_CachedID[id], "steamid"szAuthidNFV_NO_REPLACE_QUOTE)
nfv_set_data(g_szVaultFileg_CachedID[id], "xp"szXPNFV_NO_REPLACE_QUOTE
I read tutorial but I didn't find other way to do it.
__________________




Last edited by pacheco; 12-27-2013 at 20:04.
pacheco is offline
Reply



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:10.


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