Jump to content

Client file checking algorithm


Recommended Posts

Posted

I'd like to know what algorithm is used to check if a client side resource file has been modified on the client machine and wether it needs to be redownloaded or not.

  • MTA Team
Posted

Just use fileRead and then md5() it

then you can compare the hash on the server with the hash from the client.

if they're the same, it's an equal file.

please move to scripting section

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...