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



Problem with Errors - hcmeister - 07.10.2011

C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(6271) : error 017: undefined symbol "Get2DZone"
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(6291) : error 017: undefined symbol "Get2DZone"
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(6311) : error 017: undefined symbol "Get2DZone"
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(6331) : error 017: undefined symbol "Get2DZone"
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(6351) : error 017: undefined symbol "Get2DZone"
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(18731) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(23081) : error 021: symbol already defined: "strtok"
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(23096) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(24487) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(2458 : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(24597) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(24680) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(24715) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(24799) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(24879) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(24894) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(24927) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(24942) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(24957) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(24971) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(24989) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(25006) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(25021) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(25142) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(25290) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(25337) : error 047: array sizes do not match, or destination array is too small
C:\Users\Hasan\Desktop\sa-mp\gamemodes\ERP-V1.0(LS).pwn(25434) : 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.


Please Help


Re: Problem with Errors - Mr. Random - 07.10.2011

You forgot a closing bracket somewhere, run missing brackets GUI on your script.


Re: Problem with Errors - hcmeister - 07.10.2011

dont understand


Re: Problem with Errors - Ammo - 07.10.2011

Change the Array's size


Re: Problem with Errors - hcmeister - 07.10.2011

can you help me ? with Teamviewer?


Re: Problem with Errors - hcmeister - 07.10.2011

Please help me


Re: Problem with Errors - Jafet_Macario - 07.10.2011

1.You don't have the Get2DZone function.
2.You need to forward Audio_OnSetPack
3.Delete one of the STRTOK function, because you have it two times.
4.Change the array size. Example: new variable[ 10 ]; to new variable [ 50 ];


Re: Problem with Errors - hcmeister - 07.10.2011

have you teamviewer? can you help me please?