Textdraw doesn't show up - 0.3d
#1

Simply, I have this TextDraw in my script and it doesn't show up. It is defind normally in OnFilterScriptInit
Код:
lol= TextDrawCreate(547, 40, "~b~[lol]");
	TextDrawLetterSize(lol, 0.5, 1.5); TextDrawFont(lol, 1);
 	TextDrawSetOutline(lol, 1);
however when I show it to player
Код:
TextDrawShowForPlayer(playerid, lol);
it doesn't want to show up. Any ideas?
Reply


Messages In This Thread
Textdraw doesn't show up - 0.3d - by Homerman - 22.11.2011, 21:25
Re: Textdraw doesn't show up - 0.3d - by JamesC - 22.11.2011, 21:29
Re: Textdraw doesn't show up - 0.3d - by Homerman - 22.11.2011, 21:35

Forum Jump:


Users browsing this thread: 3 Guest(s)