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

FVault - A new vault system!


Post New Thread Reply   
 
Thread Tools Display Modes
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 06-25-2012 , 09:40   Re: FVault - A new vault system!
Reply With Quote #51

That has nothing to do with the include. What makes you think FVault is causing this? Also, it looks like you are using Non-Steam anyway.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Killer zm
Senior Member
Join Date: Jun 2011
Old 11-30-2012 , 05:23   Re: FVault - A new vault system!
Reply With Quote #52

how can i load all lines from a data ... where i have lines like this

Code:
"STEAM_0:1:20150735" "7" 1331265471
"STEAM_0:4:63271649" "15" 1331255915
"STEAM_0:4:1300347782" "72" 1331261270
"STEAM_0:4:1804779106" "0" 1331259466
"STEAM_0:4:1293532770" "1000" 1331261270
"STEAM_0:4:1613310137" "837" 1331261270
"STEAM_0:0:1441810258" "164" 1331261270
"STEAM_0:4:61511814" "376" 1331265470
"STEAM_0:4:1721097401" "1000" 1331265470
"STEAM_0:4:275018052" "0" 1331261270
"STEAM_0:4:279385569" "1000" 1331265470
"STEAM_0:0:636258604" "440" 1331265260
"STEAM_0:4:1569137721" "275" 1331265470
"STEAM_0:4:1571528967" "0" 1331265470
and then save everithing in another file .vault ...? Plss help
Killer zm is offline
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 11-30-2012 , 12:39   Re: FVault - A new vault system!
Reply With Quote #53

Quote:
Originally Posted by Killer zm View Post
how can i load all lines from a data ... where i have lines like this

and then save everithing in another file .vault ...? Plss help
Use fvault_load and iterate through all key/data pairs and save them with nvault.
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
Killer zm
Senior Member
Join Date: Jun 2011
Old 12-01-2012 , 03:39   Re: FVault - A new vault system!
Reply With Quote #54

can you show me a simple code for fvault_load ? how to iterate through all key/data pairs ? I have authid and ammo .
Killer zm is offline
daniel46
Senior Member
Join Date: Dec 2011
Old 12-01-2012 , 04:45   Re: FVault - A new vault system!
Reply With Quote #55

Code:
LoadExp(plr)
{
    new authid[35];
    get_user_authid(plr, authid, sizeof(authid) - 1);
    
    new data[16];
    if( fvault_get_data(g_vault_name, authid, data, sizeof(data) - 1) )
    {
        g_exp[plr] = str_to_num(data);
    }
    else
    {
        g_exp[plr] = 0;
    }
}
next time read the whole topic...
daniel46 is offline
Killer zm
Senior Member
Join Date: Jun 2011
Old 12-01-2012 , 04:57   Re: FVault - A new vault system!
Reply With Quote #56

you should read what i said because i dont need to load when player is in game ... I want to transfer whole data from a fvault saved data to a nvault data ... anyway I used fvault_data like Emp' said and finaly worked .Thank you Emp' .
Killer zm is offline
4444leozinho
Member
Join Date: May 2012
Old 12-04-2012 , 07:33   Re: FVault - A new vault system!
Reply With Quote #57

It is possible to create a fvault rank?
4444leozinho is offline
Killer zm
Senior Member
Join Date: Jun 2011
Old 12-04-2012 , 10:13   Re: FVault - A new vault system!
Reply With Quote #58

fvault is slow nvault is more faster ... that is why in my before post want to transfer data from fvault to nvault because nvault is more faster
Killer zm is offline
andreim
Junior Member
Join Date: Jul 2010
Location: Suceava
Old 12-05-2012 , 05:40   Re: FVault - A new vault system!
Reply With Quote #59

It's exactly what I needed!
Thank you Exolent!
andreim is offline
Send a message via Skype™ to andreim
pArko0osh
Junior Member
Join Date: Nov 2013
Old 11-18-2013 , 07:57   Re: FVault - A new vault system!
Reply With Quote #60

plss help I cant Found This File
pArko0osh is offline
Send a message via Skype™ to pArko0osh
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 11:29.


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