SA-MP Forums Archive
[Need Help] Textdraw - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Need Help] Textdraw (/showthread.php?tid=129743)



[Need Help] Textdraw - geerdinho8 - 23.02.2010

I want to make a textdraw but the server does not show it :S

This is the script:

Код:
new name;
Код:
	name = TextDrawCreate(547.0, 22.0, "name");
	TextDrawLetterSize(name, 0.6, 1.8);
	TextDrawFont(name, 3);
	TextDrawSetOutline(name, 2);
	TextDrawShowForAll(name);



Re: [Need Help] Textdraw - Correlli - 23.02.2010

The textdraw variable should have a Text: tag.


Re: [Need Help] Textdraw - Jeffry - 23.02.2010

http://forum.sa-mp.com/index.php?top...7317#msg837317

This may help you.

PS: Iґm working on a Ingame-Textdraw Creator.


Re: [Need Help] Textdraw - geerdinho8 - 23.02.2010

FIXED