[Ajuda] Porque o format tб errado ? - 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] Porque o format tб errado ? (
/showthread.php?tid=462565)
Porque o format tб errado ? -
Leopawno - 07.09.2013
estava vendo isso : , Ai decidi colocar no meu Gm .
http://forum.sa-mp.com/showpost.php?...postcount=2631
Mais ta dando esse erro ...
error 021: symbol already defined: "format"
warning 203: symbol is never used: "pStr"
Ajuda ?
Re: Porque o format tб errado ? -
SkullFire - 07.09.2013
Quote:
Originally Posted by Leopawno
|
PHP код:
error 021: symbol already defined: "format"
Cуdigo novo :
PHP код:
format(pStr,sizeof(pStr),"(( Vocк matou o jogador %s. (%s) ))", GetPlayerNick(playerid), rtext);
SendClientMessage(playerid, 0xFFFFFFFF, pStr);
Simbolo nгo estб em uso :
PHP код:
warning 203: symbol is never used: "pStr"
Re: Porque o format tб errado ? -
Leopawno - 07.09.2013
so saiu o warning .
Re: Porque o format tб errado ? -
Samuel300 - 07.09.2013
Quote:
Originally Posted by Leopawno
so saiu o warning .
|
http://lmgtfy.com/?q=error+021%3A+sy...A+%22format%22
pesquise sobre o erro .