SA-MP Forums Archive
Undefined symbol CreatePlayerTextDraw - 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: Undefined symbol CreatePlayerTextDraw (/showthread.php?tid=403590)



Undefined symbol CreatePlayerTextDraw - NoobWeen - 30.12.2012

Hi guys,

I'm compiling a deathmatch GM and I need help with TextDraw.
When I compile using pawno SA-MP 0.3e, comes out:

Quote:

(2675) : error 017: undefined symbol "PlayerTextDrawShow"
(2676) : error 017: undefined symbol "CreatePlayerTextDraw"

Someone can help me?


Re: Undefined symbol CreatePlayerTextDraw - Konstantinos - 30.12.2012

Because these two functions were added in 0.3e and you have to include the latest version (0.3e) of a_samp.inc except the compiler.

Download again the server package, add your gamemode and necessary plugins/includes (latest versions) and re-compile your script.


Re: Undefined symbol CreatePlayerTextDraw - NoobWeen - 30.12.2012

OK, it works. Thank you Dwane! (+1 rep)