error 017: undefined symbol "MD5_Hash"
#1

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);
		}
Reply
#2

Any Solution?
Reply
#3

include md5 from YSI packages
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)