megaman54 Posted June 25, 2013 Share Posted June 25, 2013 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. Link to comment
qaisjp Posted June 25, 2013 Share Posted June 25, 2013 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 Link to comment
megaman54 Posted June 25, 2013 Author Share Posted June 25, 2013 This is not related to scripting. Its related to mta source code and how it handles file checking. Link to comment
qaisjp Posted June 28, 2013 Share Posted June 28, 2013 Research on that isn't security efficient Link to comment
Recommended Posts