SA-MP Forums Archive
Errors - 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 (/showthread.php?tid=510502)



Errors - SkaiPeretz - 01.05.2014

C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(492) : error 021: symbol already defined: "Time"
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(4435) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\GCRP.pwn(4446) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(19046) : error 076: syntax error in the expression, or invalid function call
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(19752) : error 076: syntax error in the expression, or invalid function call
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(28316) : error 021: symbol already defined: "strtok"
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(28331) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(3023 : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(43737) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(46276) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(46974) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(4754 : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(47656) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(47705) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(48801) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(49935) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(5051 : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(51120) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(51166) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(53943) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(54079) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(5667 : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(6385 : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(64015) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(64144) : error 047: array sizes do not match, or destination array is too small
C:\Users\MOTI\Desktop\BlackDM 7.5.1\gamemodes\BCRP.pwn(64189) : 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 To Fix?


Re: Errors - Eth - 01.05.2014

show me the error lines then I may help you.
+ delete the line 492 and one error will be fixed. and delete the line 28316 too.


Re: Errors - SkaiPeretz - 01.05.2014

Quote:
Originally Posted by Eth
Посмотреть сообщение
show me the error lines then I may help you.
+ delete the line 492 and one error will be fixed. and delete the line 28316 too.
How I will show you the errors it's full!


Re: Errors - Eth - 01.05.2014

show me the line 4435
and the line 4446..


Re: Errors - SkaiPeretz - 01.05.2014

Quote:
Originally Posted by Eth
Посмотреть сообщение
show me the line 4435
and the line 4446..
4435 : string = strtok(text, idx);
4446: string = strtok(text, idx);


Re: Errors - Eth - 01.05.2014

add new string[256];


Re: Errors - SkaiPeretz - 01.05.2014

Quote:
Originally Posted by Eth
Посмотреть сообщение
add new string[256];
whare ?


Re: Errors - Eth - 01.05.2014

at the line
4434 before the two error lines.


Re: Errors - SkaiPeretz - 01.05.2014

Quote:
Originally Posted by Eth
Посмотреть сообщение
at the line
4434 before the two error lines.
Not working
....


Re: Errors - Eth - 01.05.2014

then show me the whole command...or the whole function