SA-MP Forums Archive
[Ajuda] Erro ao Compilar meu GM. - 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 ao Compilar meu GM. (/showthread.php?tid=488729)



Erro ao Compilar meu GM. - RouterSnoop - 19.01.2014

Bom, ao Compilar meu GM dar este error:

Quote:

C:\Users\Pc\Desktop\bmc\bmc - Cуpia\gamemodes\BWE2013.pwn(15) : fatal error 100: cannot read from file: "mSelection"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Oque faзo?
Ajuda Pf..


Re: Erro ao Compilar meu GM. - davi54723 - 19.01.2014

Posta a linha "15".


Re: Erro ao Compilar meu GM. - zSuYaNw - 19.01.2014

fatal error 100: cannot read from file: significa que o compilador nгo achou a include na pasta "/pawno/include/"

Procure a include mSelection na internet e coloque na pasta "pawno/include".


Re: Erro ao Compilar meu GM. - RouterSnoop - 19.01.2014

Ai estб.

Quote:

#include < mSelection >

Blz vou baixar a include e Posto o Resultado!


Re: Erro ao Compilar meu GM. - iMix - 19.01.2014

Talvez isso possa te ajudar https://sampforum.blast.hk/showthread.php?tid=407045


Re: Erro ao Compilar meu GM. - RouterSnoop - 19.01.2014

Baixei Include, ao Compilar deu Isto.

Quote:

C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(119) : error 017: undefined symbol "CreatePlayerTextDraw"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(119) : warning 213: tag mismatch
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(120) : error 017: undefined symbol "PlayerTextDrawUseBox"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(121) : error 017: undefined symbol "PlayerTextDrawLetterSize"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(122) : error 017: undefined symbol "PlayerTextDrawFont"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(123) : error 017: undefined symbol "PlayerTextDrawSetShadow"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(124) : error 017: undefined symbol "PlayerTextDrawSetOutline"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(125) : error 017: undefined symbol "PlayerTextDrawColor"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(126) : error 017: undefined symbol "PlayerTextDrawShow"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(116) : warning 203: symbol is never used: "Ypos"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(116) : warning 203: symbol is never used: "Xpos"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(116) : warning 203: symbol is never used: "playerid"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(136) : error 017: undefined symbol "CreatePlayerTextDraw"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(136) : warning 213: tag mismatch
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(137) : error 017: undefined symbol "PlayerTextDrawUseBox"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(13 : error 017: undefined symbol "PlayerTextDrawBoxColor"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(139) : error 017: undefined symbol "PlayerTextDrawBackgroundColor"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(140) : error 017: undefined symbol "PlayerTextDrawLetterSize"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(141) : error 017: undefined symbol "PlayerTextDrawFont"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(142) : error 017: undefined symbol "PlayerTextDrawSetShadow"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(143) : error 017: undefined symbol "PlayerTextDrawSetOutline"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(144) : error 017: undefined symbol "PlayerTextDrawColor"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(145) : error 017: undefined symbol "PlayerTextDrawSetSelectable"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(146) : error 017: undefined symbol "PlayerTextDrawAlignment"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(147) : error 017: undefined symbol "PlayerTextDrawTextSize"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(14 : error 017: undefined symbol "PlayerTextDrawShow"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(133) : warning 203: symbol is never used: "Height"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(133) : warning 203: symbol is never used: "Width"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(133) : warning 203: symbol is never used: "Ypos"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(133) : warning 203: symbol is never used: "Xpos"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(133) : warning 203: symbol is never used: "playerid"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(157) : error 017: undefined symbol "CreatePlayerTextDraw"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(157) : warning 213: tag mismatch
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(15 : error 017: undefined symbol "PlayerTextDrawUseBox"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(159) : error 017: undefined symbol "PlayerTextDrawLetterSize"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(160) : error 017: undefined symbol "PlayerTextDrawFont"
C:\Users\PC\Desktop\bmc\bmc - Cуpia\Pawno\include\mSelection.inc(161) : error 017: undefined symbol "PlayerTextDrawSetShadow"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.




Re: Erro ao Compilar meu GM. - GuiihCamargo - 19.01.2014

Baixe esse pack aqui e tente novamente.


Re: Erro ao Compilar meu GM. - zSuYaNw - 19.01.2014

Atualize as includes do sa-mp, baixe no site: http://files.sa-mp.com/


Re: Erro ao Compilar meu GM. - RouterSnoop - 19.01.2014

Ja atualizei as Includes, e ja Baixei o mSelection, continua a dar o mesmo error :\.


Re: Erro ao Compilar meu GM. - zSuYaNw - 19.01.2014

Atualize as includes do SA-MP!