Need help with warnings and arrors - 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: Need help with warnings and arrors (
/showthread.php?tid=174763)
Need help with warnings and arrors -
Sparnex - 06.09.2010
C:\Documents and Settings\vladgamexp\׀אבמקטי סעמכ\gamemodes\gamemodes\VFCRPv1.5.pwn(12955) : error 021: symbol already defined: "strtok"
C:\Documents and Settings\vladgamexp\׀אבמקטי סעמכ\gamemodes\gamemodes\VFCRPv1.5.pwn(12970) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\vladgamexp\׀אבמקטי סעמכ\gamemodes\gamemodes\VFCRPv1.5.pwn(17070) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\vladgamexp\׀אבמקטי סעמכ\gamemodes\gamemodes\VFCRPv1.5.pwn(17575) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\vladgamexp\׀אבמקטי סעמכ\gamemodes\gamemodes\VFCRPv1.5.pwn(17886) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\vladgamexp\׀אבמקטי סעמכ\gamemodes\gamemodes\VFCRPv1.5.pwn(18373) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
HOW TO FIX PLEASE?
Re: Need help with warnings and arrors -
silver_medall - 06.09.2010
man cant u put [CODE][put your script here] and then put /CODE] with [ on the beggining of /CODE?
Re: Need help with warnings and arrors -
Brian_Furious - 07.09.2010
We want to see the script at these line
Re: Need help with warnings and arrors -
Venturas - 07.09.2010
Change the new string size.
Re: Need help with warnings and arrors -
zack3021 - 07.09.2010
First look in bracket, this bracket here tells you where the problem is
Код:
VFCRPv1.5.pwn(12955)
And the problem is in line 12955 and it is that you might have two "new strtok" in the same place in your script.
And the others are just what they say