30.05.2013, 21:06
(
Последний раз редактировалось [..MonTaNa..]; 18.01.2014 в 21:09.
)
Removed.
public AnnText(text[])
{
ann = TextDrawCreate(240.000000, 170.000000, text);// the text should show
TextDrawAlignment(ann, 2);
TextDrawBackgroundColor(ann, 255);
TextDrawFont(ann, 3);
TextDrawLetterSize(ann, 0.599999, 3.199999);
TextDrawColor(ann, -1);
TextDrawSetOutline(ann, 1);
TextDrawSetProportional(ann, 1);
TextDrawSetShadow(ann, 1);
TextDrawShowForAll(ann);// You must show the textdraw to someone, this is for all
}