04.06.2009, 17:11
Hi, reading topics, I realize how 256 cells suck
I tryed to change a variable from a FS to 256. But I got this:
It's defined as 128, and I get this error. If I change it to 256 it compiles, but I don't want to have 256 cells!
How to fix it?
Line 125:
I tryed to change a variable from a FS to 256. But I got this:
Код:
C:\Documents and Settings\Convidado\Desktop\samp02Xserver.win32\gamemodes\GM.pwn(125) : error 047: array sizes do not match, or destination array is too small Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
How to fix it?
Line 125:
Код:
tmp = dini_Get(file, "hashPW");