[Ajuda]Erro String - 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]Erro String (
/showthread.php?tid=264388)
[Ajuda]Erro String -
Erickini - 25.06.2011
Erro:
Код:
C:\Documents and Settings\Erick\Desktop\Hale\gamemodes\BS4a.pwn(7766) : error 017: undefined symbol "string"
C:\Documents and Settings\Erick\Desktop\Hale\gamemodes\BS4a.pwn(7769) : error 017: undefined symbol "string"
C:\Documents and Settings\Erick\Desktop\Hale\gamemodes\BS4a.pwn(7769) : error 017: undefined symbol "string"
C:\Documents and Settings\Erick\Desktop\Hale\gamemodes\BS4a.pwn(7769) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Erick\Desktop\Hale\gamemodes\BS4a.pwn(7769) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
LINHA DO ERRO
Код:
format(string, sizeof(string),"<< O Hitman Cumpriu o contrato em %s e recebeu R$%d >>",PlayerName(playerid),PlayerInfo[playerid][pHeadValue],sendername);
Re: [Ajuda]Erro String -
steki. - 25.06.2011
new string[128]; em cima disso
Re: [Ajuda]Erro String -
Erickini - 25.06.2011
Jб tem essa String...
Re: [Ajuda]Erro String - [S]trong - 26.06.2011
Claro que nгo tem, mas de qualquer forma tome
pawn Код:
new Str[128];
format(Str, sizeof(Str),"<< O Hitman Cumpriu o contrato em %s e recebeu R$%d >>",PlayerName(playerid),PlayerInfo[playerid][pHeadValue],sendername);
Re: [Ajuda]Erro String -
Erickini - 26.06.2011
Agora sim =D
Re: [Ajuda]Erro String -
Dark.Angel - 26.06.2011
Coloca
PHP код:
new string[128];
assim vc n precisa criar sempre em tds cods que for usar...
Re: [Ajuda]Erro String -
Miqueias Barros - 26.06.2011
Quote:
Originally Posted by Dark.Angel
Coloca
PHP код:
new string[128];
assim vc n precisa criar sempre em tds cods que for usar...
|
O manolin disse que jб tentou e nгo deu (:
Re: [Ajuda]Erro String -
DrTHE - 26.06.2011
new string[256];
se n der
Re: [Ajuda]Erro String -
The Knight - 26.06.2011
PHP код:
static sStr[ 128 ];
format(sStr, sizeof(sStr),"<< O Hitman Cumpriu o contrato em %s e recebeu R$%d >>",PlayerName(playerid),PlayerInfo[playerid][pHeadValue],sendername);
Re: [Ajuda]Erro String -
Macintosh - 26.06.2011
O cara jб conseguiu solucionar o problema dele, nгo precisa ficar postando sem necessidade aqui.