SA-MP Forums Archive
[Ajuda] Error Simples Msg - 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] Error Simples Msg (/showthread.php?tid=457689)



Error Simples Msg - ThiagoMK - 12.08.2013

@Edit
Galera me ajudem com esse error:

pawn Код:
C:\Users\--\Desktop\BmcV2.0\pawno\include\PPC_PlayerCommands.inc(3142) : error 017: undefined symbol "Cam3DText"
C:\Users\--\Desktop\BmcV2.0\pawno\include\PPC_PlayerCommands.inc(3151) : error 017: undefined symbol "CamIcon"
As linhas sгo essas:
pawn Код:
3142
DestroyDynamic3DTextLabel(ACameras[CamID][Cam3DText]);
3151
ACameras[CamID][CamIcon] = 0;



Re: Error Simples Msg - PT - 12.08.2013

pera ae vou pegar a minha




sem o source n podemos ajudar...
mas tenta deletar a ver o que acontece


Re: Error Simples Msg - Kuddy - 12.08.2013

Ta, agora traduz. Ainda nгo conseguiu resolver? Vocк ta no forum a 3 meses, abrindo milhares de tуpicos de ajuda e ainda nгo sabe o que й um "sнmbolo indefinido".

Tentar resolver as coisas por conta prуpria nгo й mб ideia cara.

Leia atй entender: https://sampforum.blast.hk/showthread.php?tid=235924

A resoluзгo pra esse teu erro й uma simples array ou variбvel.


Re : Re: Error Simples Msg - ThiagoMK - 12.08.2013

Quote:
Originally Posted by Kuddy
Посмотреть сообщение
Ta, agora traduz. Ainda nгo conseguiu resolver? Vocк ta no forum a 3 meses, abrindo milhares de tуpicos de ajuda e ainda nгo sabe o que й um "sнmbolo indefinido".

Tentar resolver as coisas por conta prуpria nгo й mб ideia cara.

Leia atй entender: https://sampforum.blast.hk/showthread.php?tid=235924

A resoluзгo pra esse teu erro й uma simples array ou variбvel.
Eu tirei o erro mais apareceu warnings


Re: Error Simples Msg - PT - 12.08.2013

como eu ja disse, mostra o code ae pra nois


Re: Error Simples Msg - Juniiro3 - 12.08.2013

new Msg[200];

Apeas isso resolveria seu problema inicial


Re : Error Simples Msg - ThiagoMK - 12.08.2013

pawn Код:
format(Msg,sizeof(Msg)"Radar id:%d\nVelocidade minima:%d", CamID, MaxSpeed);
    CamID = Create3DTextLabel(Msg, 0x008080FF, x, y, z, 0.0, 0.0, rot + 180.0);



Re: Error Simples Msg - PT - 12.08.2013

pawn Код:
new Msg[128];
format(Msg,sizeof(Msg)"Radar id:%d\nVelocidade minima:%d", CamID, MaxSpeed);
CamID = Create3DTextLabel(Msg, 0x008080FF, x, y, z, 0.0, 0.0, rot + 180.0);



Re : Re: Error Simples Msg - ThiagoMK - 12.08.2013

Quote:
Originally Posted by PT
Посмотреть сообщение
pawn Код:
new Msg[128];
format(Msg,sizeof(Msg)"Radar id:%d\nVelocidade minima:%d", CamID, MaxSpeed);
CamID = Create3DTextLabel(Msg, 0x008080FF, x, y, z, 0.0, 0.0, rot + 180.0);
Olha oq acontece:

pawn Код:
C:\Users\--\Desktop\BmcV2.0\pawno\include\PPC_Common.inc(260) : error 001: expected token: ",", but found "-string-"
C:\Users\--\Desktop\BmcV2.0\pawno\include\PPC_Common.inc(260) : warning 215: expression has no effect
C:\Users\--\Desktop\BmcV2.0\pawno\include\PPC_Common.inc(260) : warning 215: expression has no effect
C:\Users\--\Desktop\BmcV2.0\pawno\include\PPC_Common.inc(260) : warning 215: expression has no effect
C:\Users\--\Desktop\BmcV2.0\pawno\include\PPC_Common.inc(260) : error 001: expected token: ";", but found ")"
C:\Users\--\Desktop\BmcV2.0\pawno\include\PPC_Common.inc(260) : error 029: invalid expression, assumed zero
C:\Users\--\Desktop\BmcV2.0\pawno\include\PPC_Common.inc(260) : fatal error 107: too many error messages on one lin



Re: Error Simples Msg - PT - 12.08.2013

Qual a linha do erro?

@ edit

esqueзe esqueзi ali 1 ,

pawn Код:
new Msg[128];
format(Msg,sizeof(Msg),"Radar id:%d\nVelocidade minima:%d", CamID, MaxSpeed);
CamID = Create3DTextLabel(Msg, 0x008080FF, x, y, z, 0.0, 0.0, rot + 180.0);