SA-MP Forums Archive
Hey i have a problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Hey i have a problem (/showthread.php?tid=109424)



Hey i have a problem - Mark k - 20.11.2009

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");


Re: Hey i have a problem - Tamir Damari - 20.11.2009

strtok didn't defined, also isNumeric, and also ShowPlayerDialog.
and give the line 35.