TextDraw
#4

Yes it's possible, try this:
pawn Код:
new Text:TD[5];

OnGameModeInit()
{
    new Float: x = 146.0, Float: y = 156.0;

    for(new i = 0; i < sizeof(TD); i++)
    {
        TD[i] = TextDrawCreate(x, y, "Text");

        x += 10, y += 10;
    }
}
Reply


Messages In This Thread
TextDraw - by appleomax - 18.11.2013, 15:46
AW: TextDraw - by Skimmer - 18.11.2013, 17:38
Re: TextDraw - by appleomax - 18.11.2013, 18:11
Re: TextDraw - by -Prodigy- - 18.11.2013, 18:21

Forum Jump:


Users browsing this thread: 1 Guest(s)