Hi guys. Today I've tried to compile an older plugin with the Compiler 1.9.0.5249.
I got an error that I don't know how to fix.
The error line: warning 233: symbol "md5" is marked as deprecated: Use hash_string() function. Also, see Hash_* constants.
And this is the cod from the sma
PHP Code:
stock convert_password(const password[])
{
new pass_salt[64], converted_password[34];
formatex(pass_salt, charsmax(pass_salt), "%s%s", password, SALT)
md5(pass_salt, converted_password)
return converted_password
}
I want to thank you in advance for any information or help.
I hope you are all well in this period we are going through.
#stayathome #besafe