30.05.2013, 22:00
It dosent appear coz there is no text there.
Maybe try like this: In command do AnnText(TextYouWantToShow);
And change AnnText to:
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
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
}
Or try manually to change position, here is something that should help a little;
https://sampwiki.blast.hk/wiki/Image:Textdraw_map.png