SA-MP Forums Archive
[AJUDA] GM - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] GM (/showthread.php?tid=233010)



[AJUDA] GM - Montillo - 28.02.2011

1є erro
Код:
C:\Users\Montillo\Desktop\BGG.pwn(46404) : error 047: array sizes do not match, or destination array is too small
LINHA DO ERRO
Код:
result[index - offset] = string[index];
		index++;
	}
	result[index - offset] = EOS;
	return result;
}
2є ERRO
Код:
C:\Users\Montillo\Desktop\BGG.pwn(46389) : error 021: symbol already defined: "strtok"
LINHA DO ERRO
Код:
}
	return 1;
}
strtok(const string[], &index)
{



Re: [AJUDA] GM - ManoLexuS - 28.02.2011

@ 2є erro: Existem duas strtok. Tire a strtok de seu GM e compile.