Raised This Month: $32 Target: $400
 8% 

Solved Can Anybody do Nvault To MYSQL for me :D


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
NOVA GAMING
Member
Join Date: Apr 2020
Old 09-24-2021 , 05:13   Can Anybody do Nvault To MYSQL for me :D
Reply With Quote #1

i am moving from NVAULT to MYSQL , i am Noob in MYSQL and knows nothing about it , so Can anybody convert this two variables data's to save to MYSQL ?

and also one small plugin which import all the datas from NVAULT to MYSQL database


PHP Code:
enum _:PlayerStuff
{
    
Escapes,
    
Ec,
    
SteamID33 ]
}

new 
psPlayerData33 ][ PlayerStuff ];

public 
plugin_cfg()
{
    
g_iVault nvault_open("nv_escapes_c")
    
server_print"Nvault opened: %d"g_iVault )
}

public 
plugin_end() 
{
    
nvault_close(g_iVault)
}

public 
use_vault(const id, const bool:bSave)
{
    
    if(
bSave)
    {
        
nvault_set_arrayg_iVault psPlayerDataid ][ SteamID ] , psPlayerDataid ] , sizeofpsPlayerData[] ) );
    }
    else
    {
        new 
iTimeStamp;
        
nvault_get_arrayg_iVault psPlayerDataid ][ SteamID ] , psPlayerDataid ] , sizeofpsPlayerData[] ) , iTimeStamp )
    }
    

i can read tutorials and learn some basic but no time for it that's why reason i am requesting someone to made me a Small Code . rest i will do
__________________

Last edited by NOVA GAMING; 09-27-2021 at 09:05.
NOVA GAMING is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 09-25-2021 , 09:41   Re: Can Anybody do Nvault To MYSQL for me :D
Reply With Quote #2

I can write the SQL statements for you, if you can handle the AMX-X code.
__________________
Bugsy is offline
NOVA GAMING
Member
Join Date: Apr 2020
Old 09-27-2021 , 09:06   Re: Can Anybody do Nvault To MYSQL for me :D
Reply With Quote #3

Thx but it is solved
__________________
NOVA GAMING 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 05:42.


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