09.11.2010, 03:47
Ok, this is what you want need:
at the top, put
Then as stated by Backwardsman,
but put TextDrawSetString(Textdraw3[playerid], string); at the bottom of all this.
then make a new function, and put your formatting text in there.
at the top, put
Код:
NewTextdraw3[playerid];
Код:
Textdraw3[playerid] = TextDrawCreate(2.000000, 144.000000, string); TextDrawBackgroundColor(Textdraw3[playerid], 255); TextDrawFont(Textdraw3[playerid], 1); TextDrawLetterSize(Textdraw3[playerid], 0.299998, 1.000000); TextDrawColor(Textdraw3[playerid], 16777215); TextDrawSetOutline(Textdraw3[playerid], 0); TextDrawSetProportional(Textdraw3[playerid], 1); TextDrawSetShadow(Textdraw3[playerid], 1);
then make a new function, and put your formatting text in there.