Can't put textdraw system working
#7

This goes to the start of the script (put it somewhere near the others "new")
Quote:

new Text:Textdraw0; // the textdraw

This goes to "OnPlayerConnect"
Quote:

Textdraw0 = TextDrawCreate(7.000000, 425.000000, string1); // the string
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.210000, 0.799999);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Textdraw0, 1);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 83886165);
TextDrawTextSize(Textdraw0, 140.000000, -63.000000);
TextDrawSetSelectable(Textdraw0, 0);

And let the
Quote:

TextDrawShowForAll(Textdraw0);

Reply


Messages In This Thread
Can't put textdraw system working - by MacacoDoArtico - 14.08.2014, 18:58
Re: Can't put textdraw system working - by Faisal_khan - 14.08.2014, 19:21
Re: Can't put textdraw system working - by MacacoDoArtico - 14.08.2014, 19:43
Re: Can't put textdraw system working - by Faisal_khan - 14.08.2014, 19:47
Re: Can't put textdraw system working - by MacacoDoArtico - 14.08.2014, 19:57
Re: Can't put textdraw system working - by MacacoDoArtico - 14.08.2014, 21:37
Re: Can't put textdraw system working - by Gogorakis - 14.08.2014, 22:26
Re: Can't put textdraw system working - by MacacoDoArtico - 14.08.2014, 22:37
Re: Can't put textdraw system working - by Virtual1ty - 14.08.2014, 22:43
Re: Can't put textdraw system working - by MacacoDoArtico - 14.08.2014, 22:45

Forum Jump:


Users browsing this thread: 2 Guest(s)