Textdraw isnt updating
#8

Sure. This should work
pawn Код:
public ScoreUpdate()
{
    format(ScoreTextSin,128,"Seals: %i",SeaScore);
    TextDrawSetString(SeaScoreTD,ScoreTextSin);
    TextDrawFont(SeaScoreTD,1);
    TextDrawLetterSize(SeaScoreTD,0.7,2);
    TextDrawColor(SeaScoreTD,0xff0000FF);
    TextDrawSetOutline(SeaScoreTD,false);
    TextDrawSetProportional(SeaScoreTD,true);
    TextDrawSetShadow(SeaScoreTD,1);
    format(ScoreTextSfo,128,"Speical Forces: %i",SfoScore);
    TextDrawSetString(SfoScoreTD,ScoreTextSfo);
    TextDrawFont(SfoScoreTD,1);
    TextDrawLetterSize(SfoScoreTD,0.7,2);
    TextDrawColor(SfoScoreTD,0x0000FFFF);
    TextDrawSetOutline(SfoScoreTD,false);
    TextDrawSetProportional(SfoScoreTD,true);
    TextDrawSetShadow(SfoScoreTD,1);
    TextDrawShowForAll(Text:SfoScoreTD);
    TextDrawShowForAll(Text:SeaScoreTD);
    return 1;
}
No, it doesn't affect the RAM usage!
Reply


Messages In This Thread
Textdraw isnt updating - by nuriel8833 - 03.12.2012, 16:28
Re: Textdraw isnt updating - by Konstantinos - 03.12.2012, 16:31
Re: Textdraw isnt updating - by nuriel8833 - 03.12.2012, 16:38
Re: Textdraw isnt updating - by Konstantinos - 03.12.2012, 16:42
Re: Textdraw isnt updating - by nuriel8833 - 03.12.2012, 16:57
Re: Textdraw isnt updating - by Konstantinos - 03.12.2012, 17:02
Re: Textdraw isnt updating - by nuriel8833 - 03.12.2012, 17:09
Re: Textdraw isnt updating - by Konstantinos - 03.12.2012, 17:14

Forum Jump:


Users browsing this thread: 1 Guest(s)