(4182) : error 047: array sizes do not match, or destination array is too small (6474) : error 047: array sizes do not match, or destination array is too small (6575) : error 047: array sizes do not match, or destination array is too small (6764) : error 047: array sizes do not match, or destination array is too small (6997) : error 047: array sizes do not match, or destination array is too small (7154) : error 047: array sizes do not match, or destination array is too small (7299) : error 047: array sizes do not match, or destination array is too small (7591) : error 047: array sizes do not match, or destination array is too small (7679) : error 047: array sizes do not match, or destination array is too small (8139) : error 047: array sizes do not match, or destination array is too small (17784) : error 025: function heading differs from prototype (17785) : error 021: symbol already defined: "strtok" (17795) : error 047: array sizes do not match, or destination array is too small C(22384) : warning 203: symbol is never used: "ret_memcpy" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 13 Errors. |
new idx; tmp = strtok(text, idx); //erro aqui (4182) if(LStep[playerid] == 1)
new x_info[128]; x_info = strtok(cmdtext, idx); //erro aqui (6474) if(!strlen(x_info))
Originally Posted by pawn-lang.pdf
Error 047 - array sizes do not match, or destination array is too small:
For array assignment, the arrays on the left and the right side of the assignment operator must have the same number of dimensions. In addition:
|
strtok(string[],&idx,seperator = ' ') //erro aqui (17784) 025 { //erro aqui (17785) 021
tmp = strtok(cmdtext, idx);
Originally Posted by Guilherme_Canani
Tenta mudar ali a 1Є pra
pawn Код:
|
Nгo, isso gera o 14є Erro
![]() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - EDIT: Consegui resolver. Para quem tambйm tiver esses erros basta trovar o seu Dini.inc por um mais atual. http://solidfiles.com/d/ed175a4c1c8d...940e149551e747 |