O que faзo ? - 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: O que faзo ? (
/showthread.php?tid=271016)
O que faзo ? -
kNOWW - 22.07.2011
Eae .
Estava modificando uma coisa no FS de registro e ao compilar aparece:
Код:
C:\Users\Rafael\Desktop\Servidor\filterscripts\Registro.pwn(188) : error 021: symbol already defined: "strtok"
C:\Users\Rafael\Desktop\Servidor\filterscripts\Registro.pwn(202) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Como posso resolver ?
Re: O que faзo ? -
Shadoww5 - 22.07.2011
Aperte CTRL + G e digite na caixinha que aparecer o numero 188.
Talvez vocк encontre isto:
PHP код:
strtok(const string[], &index)
{
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;
}
Entгo apague todo este codigo que postei acima.
Re: O que faзo ? -
kNOWW - 22.07.2011
Ajudou muito amigo
Agora olha ae outra coisa kk
Код:
C:\Users\Rafael\Desktop\Pawno\include\Y_Objects.inc(158) : fatal error 100: cannot read from file: "YSI/Visual/YSI_objects.own"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Agora й no GM :S
kk Me ajude ae , o meu servidor vai bombar tanto com este GM
Re: O que faзo ? -
Twisty - 22.07.2011
Comigo os problemas de compilaзгo sгo muito frequentes tambem, mais esse seu problema й simples.
Esta faltando algum arquivo, provavelmente vocк deve ter posto objetos no mapa, mais falta um arquivo com esses Objetos.
Bem procure o YSI_Objects(ARQUIVO)
Respuesta: O que faзo ? -
[Red]Maninho - 22.07.2011
Baixe a Include Y_Objects a Nova. O Problema e Esse, Voce Pode Atй Ter Essa include Mais Nao й a Recente
xD Espero Ter Ajudado Lek!
Re: O que faзo ? -
kNOWW - 22.07.2011
Pode deixar ae o link ? Naum encontro kk
Sou grande burro kk
Re: O que faзo ? -
Dark.Angel - 22.07.2011
http://up.delux-host.com/?f=1366
Re: O que faзo ? -
wallon - 22.07.2011
Quote:
Originally Posted by kNOWW
Ajudou muito amigo
Agora olha ae outra coisa kk
Код:
C:\Users\Rafael\Desktop\Pawno\include\Y_Objects.inc(158) : fatal error 100: cannot read from file: "YSI/Visual/YSI_objects.own"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Agora й no GM :S
kk Me ajude ae , o meu servidor vai bombar tanto com este GM
|
http://www.assembla.com/code/san-fra...SI_objects.own
Vana pasta do pawno/include, crie 1 pasta chamada YSI, dentro dessa "YSI" crie outra com nome "Visual", baixe o .own e coloque ele la dentro