SA-MP Forums Archive
Letters problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Letters problem (/showthread.php?tid=440688)



Letters problem - [..MonTaNa..] - 30.05.2013

Removed.


Re: Letters problem - Richie© - 30.05.2013

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