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"
3142
DestroyDynamic3DTextLabel(ACameras[CamID][Cam3DText]);
3151
ACameras[CamID][CamIcon] = 0;
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. |
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);
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);
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
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);