[Ajuda] Erro no Compile ajuda PF...
#1

Bom tenho um FS... e estб dando o seguinte erro.. :/

Код:
C:\Program Files\Rockstar Games\GM\filterscripts\BlaBla.pwn(2262) : error 021: symbol already defined: "strtok"
C:\Program Files\Rockstar Games\GM\filterscripts\BlaBla.pwn(2277) : error 047: array sizes do not match, or destination array is too small

2 Errors.
Linhas:
Код:
{
    new length = strlen(string);
    while ((index < length) && (string[index] <= ' '))
	{
		index++;
	}
	
    new offset = index;
	new result[20];
    while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
	{
	    result[index - offset] = string[index];
	    index++;
 }
    result[index - offset] = EOS;
    return result;
}
ajuda ae :/
Reply


Messages In This Thread
Erro no Compile ajuda PF... - by IgorVini - 14.03.2013, 18:55
Re: Erro no Compile ajuda PF... - by Joao Pedro - 14.03.2013, 19:03
Re: Erro no Compile ajuda PF... - by Josma_cmd - 14.03.2013, 19:11
Re : Erro no Compile ajuda PF... - by IgorVini - 14.03.2013, 19:44

Forum Jump:


Users browsing this thread: 1 Guest(s)