[Ajuda] FS Dando erro ajuda aeh'
#1

Код 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 .
Reply
#2

apaga isso e tenta compila
Reply
#3

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

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
Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)