[Help] Jur13r Gunz update.mrs

Results 1 to 3 of 3
  1. #1
    Enthusiast gowtham004 is offline
    MemberRank
    Apr 2017 Join Date
    48Posts

    ! [Help] Jur13r Gunz update.mrs

    Hello Good Evening :D
    I have an problem that how to update files in jur13r Gunz.
    Before i was using @Skip_UPDATE. Now i need to update files to in the players systems.
    How to do it. I need Full tutorial and How to get update.mrs for gunz.
    Thank you
    -Gowtham004


  2. #2
    Member Slime is offline
    MemberRank
    Jul 2011 Join Date
    HenesysLocation
    79Posts

    Re: [Help] Jur13r Gunz update.mrs

    Update1.mrs
    Code:
    ZApplication.cpp
    
    void ZApplication::InitFileSystem()
    {
    m_FileSystem.Create("./","UPDATE");
    m_FileSystem.SetPrivateKey( szPrivateKey, sizeof( szPrivateKey));
    
    string strFileNameFillist(FILENAME_FILELIST);
    
    	RSetFileSystem(ZApplication::GetFileSystem());
    }

  3. #3
    Enthusiast gowtham004 is offline
    MemberRank
    Apr 2017 Join Date
    48Posts

    Re: [Help] Jur13r Gunz update.mrs

    Thank you



Advertisement