View Single Post
Syncron.
Member
Join Date: Dec 2014
Location: Iasi,Romania
Old 01-07-2016 , 15:16   Re: Save Player model
Reply With Quote #3

See, if you need something please tell me.
Its a full code of zombie source,if you need just code or nvault or anything say me and posted,this.

PHP Code:
public SaveModel(id)
{
    new 
Data[16]
    
formatex(Data,charsmax(Data), "%i",1
    new 
Name[32]
    
get_user_name(idName31)
    
nvault_set(g_SaveModelNameData)

}

public 
LoadModel(id)
{
    new 
Name[32]
    
get_user_name(idName31)
    new 
Data[8], Timestamp
    
if(nvault_lookup(g_SaveModelNameDatacharsmax(Data), Timestamp))
    {
        
    
    }
    else
    {
    

    }


This is code for nVault but nothing hapen when it tested on server.

Last edited by Syncron.; 01-07-2016 at 15:35.
Syncron. is offline