SA-MP Forums Archive
Array sizes do not match, or destination array is too small - 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: Array sizes do not match, or destination array is too small (/showthread.php?tid=346669)



Array sizes do not match, or destination array is too small - lewismichaelbbc - 29.05.2012

Error:
Код:
Z:\Users\lewismichaelbbc\Documents\Linux-Server\gamemodes\lewisrp-withcars.pwn(1897) : error 047: array sizes do not match, or destination array is too small
line 1897:
Код:
cmd = strtok(cmdtext, idx);



Re: Array sizes do not match, or destination array is too small - TzAkS. - 29.05.2012

new cmd[256];


Re: Array sizes do not match, or destination array is too small - CidadeNovaRP - 29.05.2012

Quote:
Originally Posted by TzAkS.
Посмотреть сообщение
new cmd[256];
Use 128 cells, but max cells in comand is 128...