This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Implementaion of the md5 hashing algorithm in sqf | |
en.wikipedia.org/wiki/md5 | |
community.bistudio.com/wiki/SQF_syntax | |
Author: Bastian Kuth | "Bloodwyn" | |
Its rather slow (about 120ms per GUID), but can be used to convert the SteamID64 to the BattleEye GUID without having to use external tools or addons. | |
developer.valvesoftware.com/wiki/SteamID |