SA-MP Forums Archive
[Ajuda] FS Dando erro ajuda aeh' - 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] FS Dando erro ajuda aeh' (/showthread.php?tid=438866)



FS Dando erro ajuda aeh' - Brunooh - 22.05.2013

Код HTML:
C:\Users\Nilda\Documents\GM Brasil Vida Nova ™\filterscripts\FSgang.pwn(112) : error 047: array sizes do not match, or destination array is too small
C:\Users\Nilda\Documents\GM Brasil Vida Nova ™\filterscripts\FSgang.pwn(342) : error 047: array sizes do not match, or destination array is too small
C:\Users\Nilda\Documents\GM Brasil Vida Nova ™\filterscripts\FSgang.pwn(507) : error 047: array sizes do not match, or destination array is too small
C:\Users\Nilda\Documents\GM Brasil Vida Nova ™\filterscripts\FSgang.pwn(786) : error 021: symbol already defined: "strtok"
C:\Users\Nilda\Documents\GM Brasil Vida Nova ™\filterscripts\FSgang.pwn(799) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
Код HTML:
strtok (const string[], &index)
{
    new length = strlen(string);
    while ((index < length) && (string[index] <= ' '))
	{
		index++;
	}
    new offset = index,result[20];
    while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
	{
	    result[index - offset] = string[index];
	    index++;
	}
    result[index - offset] = EOS;
    return result;
}
Fuii compilar deu esse erro , compilei pq ela veio sem AMX .


Re: FS Dando erro ajuda aeh' - Caio_Freeze - 22.05.2013

apaga isso e tenta compila


Re: FS Dando erro ajuda aeh' - Brunooh - 22.05.2013

Continua dando mesmo erro , man essa FS eh aquela do sistema do JimCarrey , Baixa eh tenta resolve se conssegui posta erro pfv ..


Re: FS Dando erro ajuda aeh' - Caio_Freeze - 22.05.2013

Quote:
Originally Posted by Brunooh
Посмотреть сообщение
Continua dando mesmo erro , man essa FS eh aquela do sistema do JimCarrey , Baixa eh tenta resolve se conssegui posta erro pfv ..
se vc manda o link ia ajuda bastante


Re: FS Dando erro ajuda aeh' - Brunooh - 22.05.2013

|| https://sampforum.blast.hk/showthread.php?tid=279475 || Aeh man tenta aeh ||