20.11.2009, 08:16
here i have some errors:
D:\samp server\pawno\include\gl_common.inc(75) : error 021: symbol already defined: "strtok"
D:\samp server\pawno\include\gl_common.inc(90) : error 047: array sizes do not match, or destination array is too small
D:\samp server\pawno\include\gl_common.inc(134) : error 021: symbol already defined: "isNumeric"
C:\DOCUME~1\Intel\LOCALS~1\Temp\Rar$DI00.156\lapto p.pwn(35) : error 001: expected token: ";", but found "new"
C:\DOCUME~1\Intel\LOCALS~1\Temp\Rar$DI00.156\lapto p.pwn(206) : error 017: undefined symbol "ShowPlayerDialog"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
And here are the lines:
75- new gMessage[256];
90- return 0;
134- new id = strval(tmp);
35-new RandomMSG[][] =
206- ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Ty pe in Your Web Address",s,"Go","Cancel");
D:\samp server\pawno\include\gl_common.inc(75) : error 021: symbol already defined: "strtok"
D:\samp server\pawno\include\gl_common.inc(90) : error 047: array sizes do not match, or destination array is too small
D:\samp server\pawno\include\gl_common.inc(134) : error 021: symbol already defined: "isNumeric"
C:\DOCUME~1\Intel\LOCALS~1\Temp\Rar$DI00.156\lapto p.pwn(35) : error 001: expected token: ";", but found "new"
C:\DOCUME~1\Intel\LOCALS~1\Temp\Rar$DI00.156\lapto p.pwn(206) : error 017: undefined symbol "ShowPlayerDialog"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
And here are the lines:
75- new gMessage[256];
90- return 0;
134- new id = strval(tmp);
35-new RandomMSG[][] =
206- ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Ty pe in Your Web Address",s,"Go","Cancel");