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



need help - TenTen - 26.07.2015

Код:
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(25115) : error 021: symbol already defined: "strtok"
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(25130) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(26655) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(26715) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(26721) : error 017: undefined symbol "ReturnUser"
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(26768) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(26774) : error 017: undefined symbol "ReturnUser"
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(27436) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(27442) : error 017: undefined symbol "ReturnUser"
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(27495) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(27501) : error 017: undefined symbol "ReturnUser"
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28176) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28204) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28215) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28275) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28544) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28551) : error 017: undefined symbol "ReturnUser"
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28571) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28601) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28608) : error 017: undefined symbol "ReturnUser"
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28609) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28616) : error 017: undefined symbol "ReturnUser"
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28643) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28650) : error 017: undefined symbol "ReturnUser"
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28651) : error 047: array sizes do not match, or destination array is too small
C:\Users\TRAFEH\Desktop\SA-MP\gamemodes\larp.pwn(28658) : error 017: undefined symbol "ReturnUser"

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


26 Errors.



Re: need help - Mariciuc223 - 26.07.2015

post the source .. [ script ]


Re: need help - Yashas - 27.07.2015

You probably have a mismatched { } ( ) [ ]


Re: need help - Sithis - 27.07.2015

How are we supposed to help you without the relevant code?