Letters problem
#1

Removed.
Reply
#2

It dosent appear coz there is no text there.
Maybe try like this: In command do AnnText(TextYouWantToShow);

And change AnnText to:
pawn Код:
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
}
To edit location, maybe go create again in editor?
Or try manually to change position, here is something that should help a little;
https://sampwiki.blast.hk/wiki/Image:Textdraw_map.png
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)