SA-MP Forums Archive
Big prolem and need help. - 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: Big prolem and need help. (/showthread.php?tid=365070)



Big prolem and need help. - Calaster - 01.08.2012

so im having this problem.
--------------------------------------------------------------------------------------------
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(24744) : error 021: symbol already defined: "strtok"
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(24759) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(26273) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(26333) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(26386) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(27061) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(27120) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(27801) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(27829) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(27840) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(27900) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(28057) : warning 219: local variable "idcar" shadows a variable at a preceding level
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(28191) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(2821 : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(2824 : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(28256) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(28290) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(2829 : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(28331) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(28376) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(28439) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(28497) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(28505) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(28540) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(2854 : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(28743) : error 047: array sizes do not match, or destination array is too small
C:\Users\Tracy\Documents\Raven Roleplay\gamemodes\larp.pwn(28797) : error 047: array sizes do not match, or destination array is too small

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.

-------------------------------------------------------------------------------------------------

how do i fix so i can compile and put it in my server? my server members are getting mad that i still cant fix it


Re: Big prolem and need help. - farCry.xD - 01.08.2012

Lines :-w


Re: Big prolem and need help. - Calaster - 01.08.2012

what does that mean. sorry im new to this whole thing


Re: Big prolem and need help. - farCry.xD - 01.08.2012

Show me the lines where you have this errors.


Re: Big prolem and need help. - SEnergy - 01.08.2012

your size of array is too small (did you try to read those errors or are you posting on forum everytime you get some kind of error?), just change it to something higher, if you are manually setting values to variable change it to [], if you are using function tkae a look at function source code and change it to the length of returning string


Re: Big prolem and need help. - TaLhA XIV - 01.08.2012

You just missed up a { or } any where on the script.Nothing else.Take a look on your script.


Re: Big prolem and need help. - SEnergy - 01.08.2012

Quote:
Originally Posted by TaLhA XIV
Посмотреть сообщение
You just missed up a { or } any where on the script.Nothing else.Take a look on your script.
you can't be more wrong


Re: Big prolem and need help. - zT KiNgKoNg - 02.08.2012

update your includes then try again