[HelpMe] 3 Errors at 1 place - 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: [HelpMe] 3 Errors at 1 place (
/showthread.php?tid=270658)
[HelpMe] 3 Errors at 1 place -
WojteQ - 21.07.2011
Hey all.
I've got a problem ...
Here is the code:
And here are the errors:
Код:
C:\Users\Admin\Desktop\SA-MP\gamemodes\gu.pwn(5931) : error 025: function heading differs from prototype
C:\Users\Admin\Desktop\SA-MP\gamemodes\gu.pwn(5932) : error 021: symbol already defined: "strtok"
C:\Users\Admin\Desktop\SA-MP\gamemodes\gu.pwn(5947) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
My question is: What's wrong?
Help me, please.
WojteQ
Re: [HelpMe] 3 Errors at 1 place -
System64 - 21.07.2011
remove that function, you have already it in your GM
Re: [HelpMe] 3 Errors at 1 place -
WojteQ - 21.07.2011
Thanks, it worked