14.03.2012, 14:03
As a part of a login/register system, I am chhanging from dudb hash function to Whirlpool.
I get only one error that I dont know how to fix.
The code part looks like this:
The error code I get is this:
Hope someone can help me, its very simple, I gues.
Thank you.
I get only one error that I dont know how to fix.
The code part looks like this:
pawn Code:
Line 143: new hashed_password[129];
Line 144: WP_Hash(hashed_password, sizeof(hashed_password), inputtext);
Line 145: djSetInt(file, "Password", hashed_password);
Code:
C:\Users\Simon\Desktop\samp server\gamemodes\rpg.pwn(145) : error 035: argument type mismatch (argument 3) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Thank you.