TextDraw errors. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: TextDraw errors. (
/showthread.php?tid=485196)
TextDraw errors. -
sn0p - 03.01.2014
Code:
gamemodes\fc.pwn(12985) : error 017: undefined symbol "id"
gamemodes\fc.pwn(22171) : error 017: undefined symbol "vmtextCreate"
gamemodes\fc.pwn(22171) : warning 213: tag mismatch
gamemodes\fc.pwn(22172) : error 017: undefined symbol "vmtextBackgroundColor"
gamemodes\fc.pwn(22173) : error 017: undefined symbol "vmtextFont"
gamemodes\fc.pwn(22174) : error 017: undefined symbol "vmtextLetterSize"
gamemodes\fc.pwn(22175) : error 017: undefined symbol "vmtextColor"
gamemodes\fc.pwn(22176) : error 017: undefined symbol "vmtextSetOutline"
gamemodes\fc.pwn(22177) : error 017: undefined symbol "vmtextSetProportional"
gamemodes\fc.pwn(22178) : error 017: undefined symbol "vmtextSetShadow"
gamemodes\fc.pwn(22179) : error 017: undefined symbol "vmtextUseBox"
gamemodes\fc.pwn(22180) : error 017: undefined symbol "vmtextBoxColor"
gamemodes\fc.pwn(22181) : error 017: undefined symbol "vmtextTextSize"
gamemodes\fc.pwn(22182) : error 017: undefined symbol "vmtextSetPreviewModel"
gamemodes\fc.pwn(22183) : error 017: undefined symbol "vmtextSetPreviewRot"
gamemodes\fc.pwn(22184) : error 017: undefined symbol "vmtextSetSelectable"
gamemodes\fc.pwn(22186) : error 017: undefined symbol "vmtextCreate"
gamemodes\fc.pwn(22186) : warning 213: tag mismatch
gamemodes\fc.pwn(22187) : error 017: undefined symbol "vmtextBackgroundColor"
gamemodes\fc.pwn(22188) : error 017: undefined symbol "vmtextFont"
gamemodes\fc.pwn(22189) : error 017: undefined symbol "vmtextLetterSize"
gamemodes\fc.pwn(22190) : error 017: undefined symbol "vmtextColor"
gamemodes\fc.pwn(22191) : error 017: undefined symbol "vmtextSetOutline"
gamemodes\fc.pwn(22192) : error 017: undefined symbol "vmtextSetProportional"
gamemodes\fc.pwn(22193) : error 017: undefined symbol "vmtextSetShadow"
gamemodes\fc.pwn(22194) : error 017: undefined symbol "vmtextUseBox"
gamemodes\fc.pwn(22195) : error 017: undefined symbol "vmtextBoxColor"
gamemodes\fc.pwn(22196) : error 017: undefined symbol "vmtextTextSize"
Includes updated streamer in i dont know where is the problem
Re: TextDraw errors. -
Smileys - 03.01.2014
could you show us line 12985 and lines 22170 - 22200?