TextDraw doesn't work o.O
#4

Remove the "TextDrawShowForPlayer(playerid,Wasted);" and try changing the order:

pawn Код:
new Text:Wasted;
    Wasted = TextDrawCreate(200.0,250.0,"~r~Wasted");
    TextDrawColor(Wasted,COLOR_RED);
    TextDrawLetterSize(Wasted,1,3);
    TextDrawSetOutline(Wasted,1);
    TextDrawSetShadow(Wasted,0);
    TextDrawFont(Wasted,3);
    TimeTextForPlayer(playerid,Wasted,3000); // 3 seconds
Reply


Messages In This Thread
TextDraw doesn't work o.O - by Bearfist - 28.04.2009, 19:56
Re: TextDraw doesn't work o.O - by MenaceX^ - 28.04.2009, 20:12
Re: TextDraw doesn't work o.O - by Bearfist - 28.04.2009, 20:13
Re: TextDraw doesn't work o.O - by Mike-Chip - 28.04.2009, 21:06
Re: TextDraw doesn't work o.O - by Bearfist - 28.04.2009, 21:16

Forum Jump:


Users browsing this thread: 2 Guest(s)