Help Please - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help Please (
/showthread.php?tid=267071)
Help Please -
Alex_Obando - 07.07.2011
Hello I just re-opened my samp script (I left it without errors) and look:
pawn Код:
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(5460) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(5646) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(5784) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(5802) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(6052) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(6388) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(6421) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(6446) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(6453) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(6941) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7031) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7077) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7125) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7194) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7232) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7318) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7334) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7391) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7480) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7616) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7680) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7736) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7796) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7857) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7930) : error 047: array sizes do not match, or destination array is too small
C:\Users\Alex\Desktop\Otros\CodSamp\codsamp_aw\gamemodes\COD5.pwn(7983) : error 047: array sizes do not match, or destination array is too small
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
I cannot post my hole gamemode, just please please tell me what to do.
Re: Help Please -
AgentZero - 07.07.2011
26 errors usually means missing bracket } search
Re: Help Please -
Too - 07.07.2011
Classic 26 errors. You fucked something up in your script causing PAWNO to shit itself. I cant see why you left with a good script and came back with this. Try undoing some things you did or finish something if your half down with it. You could also be missing a bracket somewhere "}"
Respuesta: Help Please -
Alex_Obando - 07.07.2011
Can someone give me his e-mail to help me to solve this problem giving you the script and you fixing it?
Respuesta: Help Please -
Alex_Obando - 07.07.2011
Btw its kinda impossible that it is wrong since I tried the backup and it shows the same mistake.
Re: Help Please -
Genious - 07.07.2011
Have you remembered "} { " at the end off the script?
Re: Help Please -
alpha500delta - 07.07.2011
It's not a bracket problem afaik, There probably changed something in an include of yours (new download w/e) causing the strings to be 'too small'
Hard to explain =(
Also 26 errors do not always mean missing bracket.