SA-MP Forums Archive
Error when changing Textdraw text? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Error when changing Textdraw text? (/showthread.php?tid=515763)



Error when changing Textdraw text? - Jaay - 27.05.2014

I keep getting these errors when I change the name of the textdraws.. Can anybody help?

Код:
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(553) : error 017: undefined symbol "BFText"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(553) : error 017: undefined symbol "TextDrawCreate"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(554) : error 017: undefined symbol "TextDrawBackgroundColor"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(555) : error 017: undefined symbol "TextDrawFont"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(556) : error 017: undefined symbol "TextDrawLetterSize"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(557) : error 017: undefined symbol "TextDrawColor"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(558) : error 017: undefined symbol "TextDrawSetOutline"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(559) : error 017: undefined symbol "TextDrawSetProportional"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(560) : error 017: undefined symbol "TextDrawSetShadow"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(561) : error 017: undefined symbol "TextDrawUseBox"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(562) : error 017: undefined symbol "TextDrawBoxColor"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(563) : error 017: undefined symbol "TextDrawTextSize"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(566) : error 017: undefined symbol "WristWatch"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(566) : error 017: undefined symbol "TextDrawCreate"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(567) : error 017: undefined symbol "TextDrawAlignment"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(568) : error 017: undefined symbol "TextDrawBackgroundColor"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(569) : error 017: undefined symbol "TextDrawFont"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(570) : error 017: undefined symbol "TextDrawLetterSize"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(571) : error 017: undefined symbol "TextDrawColor"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(572) : error 017: undefined symbol "TextDrawSetOutline"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(573) : error 017: undefined symbol "TextDrawSetProportional"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(574) : error 017: undefined symbol "textdrawscount"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(574) : warning 215: expression has no effect
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(577) : error 017: undefined symbol "MainMenuTxtdraw"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(577) : warning 215: expression has no effect
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(577) : error 001: expected token: ";", but found "]"
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(577) : error 029: invalid expression, assumed zero
C:\Users\User\Desktop\Script\gamemodes\includes\textdraws.pwn(577) : fatal error 107: too many error messages on one line

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


26 Errors.



Re: Error when changing Textdraw text? - driftpower - 28.05.2014

are you including #include <a_samp>?