28.10.2010, 16:03 
	
	
	
		I need help with whirepool hash system....
I use dudb_hash and i wanna to put whirepool. This is code from my script..
Example
And when i make something like this:
i get this warnings
C:\Users\ExtremePower\Desktop\Mode\gamemodes\lve.p wn(14
 : warning 202: number of arguments does not match definition
C:\Users\ExtremePower\Desktop\Mode\gamemodes\lve.p wn(14
 : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
Can someone help me with this?
	
	
	
I use dudb_hash and i wanna to put whirepool. This is code from my script..
Example
pawn Код:
if(udb_hash(inputtext) != tmp)
pawn Код:
if(WP_Hash(inputtext) != tmp)
C:\Users\ExtremePower\Desktop\Mode\gamemodes\lve.p wn(14
 : warning 202: number of arguments does not match definitionC:\Users\ExtremePower\Desktop\Mode\gamemodes\lve.p wn(14
 : warning 202: number of arguments does not match definitionPawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
Can someone help me with this?


