errors on Ravens roleplay - 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)
+--- Thread: errors on Ravens roleplay (
/showthread.php?tid=411958)
errors on Ravens roleplay -
Chris_Morrison - 31.01.2013
pawn Код:
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(25115) : error 021: symbol already defined: "strtok"
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(25130) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(26641) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(26701) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(26754) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(27422) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(27481) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28162) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28190) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28201) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28261) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28530) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28557) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28587) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28595) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28629) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28637) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28670) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28715) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28778) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28836) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28844) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28879) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(28887) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(29114) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator.WINXPSP3\щемзп дтбегд\сън\Checkmod\gamemodes\larp.pwn(29168) : error 047: array sizes do not match, or destination array is too small
How to solve it?
Re: errors on Ravens roleplay -
LarzI - 31.01.2013
https://sampwiki.blast.hk/wiki/Errors_Li...y_is_too_small
Although I suspect a missing closing brace ' } '
Re: errors on Ravens roleplay -
Chris_Morrison - 02.02.2013
I can't fix it.
Line with error:
pawn Код:
tmp = strtok(cmdtext, idx);
another line with error:
pawn Код:
tmp = strtok(cmdtext, idx);}
Re: errors on Ravens roleplay -
goviscrap - 02.02.2013
your missing a "}" somewhere.. did you add a new code somewhere and forgot to close it?