error 017: undefined symbol "MD5_Hash" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 017: undefined symbol "MD5_Hash" (
/showthread.php?tid=574412)
error 017: undefined symbol "MD5_Hash" -
PhilippineGangsta - 16.05.2015
Hello There! When I'm trying to Compile the Script,i get this error
Code:
error 017: undefined symbol "MD5_Hash"
The Error occuring in this Line of the script,please check whether there is any mistake in this line,
Code:
{
myStrcpy(PlayerTemp[playerid][password], MD5_Hash (params));
if(debuglvl>=3)
{
new dbg[MAX_STRING]; format(dbg,sizeof(dbg),"[DEBUG] %s(%d) Loading stats - DBG [%d]",PlayerName(playerid),playerid,debuglvl);
Debug(dbg);
}
Re: error 017: undefined symbol "MD5_Hash" -
PhilippineGangsta - 19.05.2015
Any Solution?
Re: error 017: undefined symbol "MD5_Hash" -
X337 - 19.05.2015
include md5 from YSI packages
Re: error 017: undefined symbol "MD5_Hash" -
Banana_Ghost - 19.05.2015
https://sampforum.blast.hk/showthread.php?tid=68237
There's a thread that a reply has it embedded.
I would recommend using Whirlpool if you're going to encrypt stuff:
https://sampforum.blast.hk/showthread.php?tid=570945