SA-MP Forums Archive
Circles Problem - 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: Circles Problem (/showthread.php?tid=633516)



Circles Problem - LaLy17 - 02.05.2017

Hellow guys. Today i tried to do something with the Dynamic Circles Include (https://sampforum.blast.hk/showthread.php?tid=601855), but after i add the required files for the include, he gave me that:
Код HTML:
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(21) : error 001: expected token: "-identifier-", but found "("
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(141) : error 017: undefined symbol "Iter_Contains"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(234) : error 017: undefined symbol "Iter_Count"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(235) : error 017: undefined symbol "g_TD_Circle_Timer"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(235) : warning 217: loose indentation
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(237) : warning 217: loose indentation
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(237) : error 017: undefined symbol "Iter_Add"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(232) : warning 203: symbol is never used: "playerid"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(243) : error 017: undefined symbol "Iter_Count"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(244) : error 017: undefined symbol "g_TD_Circle_Timer"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(247) : error 017: undefined symbol "Iter_Remove"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(241) : warning 203: symbol is never used: "playerid"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(256) : error 017: undefined symbol "foreach"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(258) : error 017: undefined symbol "u"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(260) : error 017: undefined symbol "u"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(261) : error 017: undefined symbol "u"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(264) : error 017: undefined symbol "u"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(267 -- 268) : error 017: undefined symbol "u"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(272) : error 017: undefined symbol "u"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(276) : error 017: undefined symbol "u"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(277) : error 017: undefined symbol "u"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(278) : error 017: undefined symbol "Iter_SafeRemove"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(279) : error 017: undefined symbol "u"
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(279) : warning 215: expression has no effect
F:\TDEDITOR 1.17\SERVER\pawno\include\c_textdraw.inc(283) : error 017: undefined symbol "u"
F:\TDEDITOR 1.17\SERVER\gamemodes\bare.pwn(109) : warning 203: symbol is never used: "Player_Circle_TD"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


20 Errors.
Did someone known what's the solve of these?


Re: Circles Problem - Toroi - 02.05.2017

Change the order of the includes, move the Dynamic Circles Include to the bottom (of your includes, not of the gamemode)