Textdraw Problem
#1

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;
}
Reply


Messages In This Thread
Textdraw Problem - by KingJohny - 31.03.2013, 19:04
Re: Textdraw Problem - by KingJohny - 31.03.2013, 19:07
Re: Textdraw Problem - by SilverKiller - 31.03.2013, 19:14

Forum Jump:


Users browsing this thread: 1 Guest(s)