SA-MP Forums Archive
TD upgrade - 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: TD upgrade (/showthread.php?tid=251088)



TD upgrade - Paul.eboy - 25.04.2011

Hey guys,I'll need some help.
how can I upgeade a textdraw?
my textdraw actually looks like this
Код:
new Text:cmdss;
	cmdss = TextDrawCreate(513,422.5,"~r~/cmds ~w~/rules ~y~/teles");
	TextDrawLetterSize(cmdss, 0.27375, 1.1);
	TextDrawSetShadow(cmdss,1);
	TextDrawUseBox(cmdss, 1);
	TextDrawBoxColor(cmdss, 0x000000AA);
	TextDrawFont(cmdss,1);
	TextDrawShowForPlayer(playerid,Text:cmdss);

	new Text:Info;
	Info = TextDrawCreate(14, 424.0, InfoTD);
	TextDrawShowForPlayer(playerid, Info);
I'll love to make it glow.
thx.


Re: TD upgrade - Paul.eboy - 26.04.2011

up ppl?