[Help] array sizes do not match, or destination array is too small
#1

Hello, i am trying to compile the SATDM_v9 script with the new 0.3c pawno files. However i keep getting all of the below errors:

Please could someone tell me how i can fix these problems.

Thanks

Код:
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(29952) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(29972) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(29979) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30038) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30894) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30894) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30912) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30912) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30928) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30928) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30944) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30944) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30959) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30959) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30974) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30974) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30989) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(30989) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(31005) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(31005) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(31021) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(31021) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(31064) : error 047: array sizes do not match, or destination array is too small
C:\Users\Lewis\Desktop\SATDM~RP V9RC7\Gamemodes\SATDM_v9.pwn(31064) : error 047: array sizes do not match, or destination array is too small
Reply
#2

sorry i have the same problem i jsut posted the same problem, it's the arrays in your declaration your trying to munipulate multiple arrays and they have different size you must figure out the correct format i guess...
Reply
#3

Array size is to small
example

pawn Код:
new Float:Pos[ 2 ];
GetPlayerPos( playerid,Pos[ 0 ],Pos[ 1 ],Pos[ 2 ] );
if you can show 1line of the script
Reply
#4

Line 29952:

CBuilder=strtok(templine,i); // read off RACEBUILDER
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)