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
#2

Anyone?
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)