26.10.2012, 21:38
I receive the same error for the same line,tried to fix this error multiple times and didn't reached any solution.
error list:
the stock look similiar to this:
line 5:
Any idea's ?
error list:
Код:
C:\test.pwn(5) : error 035: argument type mismatch (argument 1) C:\test.pwn(13) : error 035: argument type mismatch (argument 1) C:\test.pwn(9) : warning 203: symbol is never used: "t" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
pawn Код:
(9)stock data(t,l)
{
new s[64],
(13) File:f = fopen(t,io_readwrite);
while(fread(f,s)) {}
fclose(f);
return s;
}
Код:
strpack(str,freadline("test.txt",4));