MD5-Problem -> Whirlpool-Problem
#1

I downloaded the MD5-Include from ******, which is used in SeifAdmin, but when I compile my script there comes this Error:
pawn Код:
C:\Dokumente und Einstellungen\Marc\Desktop\tAxIFR[GM]\tAxIFR[GM]\gamemodes\source\tAxIFR.pwn(2791) : error 033: array must be indexed (variable "MD5_Hash")
C:\Dokumente und Einstellungen\Marc\Desktop\tAxIFR[GM]\tAxIFR[GM]\gamemodes\source\tAxIFR.pwn(2826) : error 006: must be assigned to an array
C:\Dokumente und Einstellungen\Marc\Desktop\tAxIFR[GM]\tAxIFR[GM]\gamemodes\source\tAxIFR.pwn(2860) : error 006: must be assigned to an array
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.
These are the Lines:
Line 2791:
pawn Код:
if(PlayerInfo[playerid][pass] == MD5_Hash(tmp)) {
Line 2826:
pawn Код:
PlayerInfo[playerid][pass] = MD5_Hash(tmp);
Line 2860:
pawn Код:
PlayerInfo[playerid][pass] = MD5_Hash(tmp);
Reply


Messages In This Thread
MD5-Problem -> Whirlpool-Problem - by virtualmarc - 07.03.2009, 08:44
Re: MD5-Problem - by maij - 07.03.2009, 09:08
Re: MD5-Problem - by virtualmarc - 07.03.2009, 09:46
Re: MD5-Problem - by [RP]Rav - 07.03.2009, 09:58
Re: MD5-Problem - by virtualmarc - 07.03.2009, 10:06
Re: MD5-Problem - by virtualmarc - 07.03.2009, 10:10
Re: MD5-Problem - by d0 - 07.03.2009, 10:39
Re: MD5-Problem - by virtualmarc - 07.03.2009, 15:04
Re: MD5-Problem - by virtualmarc - 07.03.2009, 17:14
Re: MD5-Problem -> Whirlpool-Problem - by virtualmarc - 07.03.2009, 17:48

Forum Jump:


Users browsing this thread: 3 Guest(s)