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



Textdraw Problem - KingJohny - 31.03.2013

Hi!

I made a Textdraw in http://bsndesign.webs.com/tde.htm and I copied the code but when I connect nothing happens.

Code:
Код:
new Text:Welcome;
public OnPlayerConnect(playerid)
{
    Welcome = TextDrawCreate(219 ,210 , "Welcome");
	TextDrawFont(Welcome , 3);
	TextDrawLetterSize(Welcome , 1.5, 10.5);
	TextDrawColor(Welcome , 0xff9900FF);
	TextDrawSetOutline(Welcome , false);
	TextDrawSetProportional(Welcome , true);
	TextDrawSetShadow(Welcome , 1);
	return 1;
}



Re: Textdraw Problem - KingJohny - 31.03.2013

Anyone?


Re: Textdraw Problem - SilverKiller - 31.03.2013

https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer