07.03.2009, 17:48
what you mean with that?
Edit: now I know
i made it so:
But theres that error:
and at:
is that error (but i think i know where the problem is:
I don't know why, but everytime I want to compile now, the compiler crashes!
Edit: now I know

i made it so:
pawn Код:
WP_Hash(buf, sizeof (buf), tmp);
PlayerInfo[playerid][pass] = buf;
Quote:
C:\Dokumente und Einstellungen\Marc\Desktop\tAxIFR[GM]\tAxIFR[GM]\gamemodes\source\tAxIFR.pwn(2866) : error 006: must be assigned to an array |
pawn Код:
WP_Hash(buf, sizeof (buf), tmp);
if( PlayerInfo[playerid][pass] == buf) {
Quote:
C:\Dokumente und Einstellungen\Marc\Desktop\tAxIFR[GM]\tAxIFR[GM]\gamemodes\source\tAxIFR.pwn(2795) : error 033: array must be indexed (variable "buf") |