little problem
#1

hi, I use 2 text draw, and when use both together I get flashes, how I can avoid it?
first text draw(time)
pawn Код:
TextDrawDestroy(Clock);
    Clock = TextDrawCreate(547.0, 24.0, string);
    TextDrawSetShadow(Clock, 0);
    TextDrawSetOutline(Clock, 2);
    TextDrawLetterSize(Clock, 0.6, 1.8);
    TextDrawFont(Clock, 3);
    TextDrawShowForAll(Clock);
secondary ( fuel )
pawn Код:
TextDrawDestroy(FuelDraw);
                FuelDraw = TextDrawCreate(490.0, 300.0,string);
                TextDrawSetShadow(FuelDraw, 0);
                TextDrawSetOutline(FuelDraw, 1);
                TextDrawLetterSize(FuelDraw, 0.6, 1.8);
                TextDrawFont(FuelDraw, 3);
                TextDrawShowForPlayer(playerid,FuelDraw);
both have timer, ever 999milesec
help plz
Reply


Messages In This Thread
little problem - by mineralo - 03.02.2012, 16:44
Re: little problem - by lamarr007 - 03.02.2012, 16:47
Re: little problem - by mineralo - 03.02.2012, 16:50
Re: little problem - by lamarr007 - 03.02.2012, 16:51
Re: little problem - by mineralo - 03.02.2012, 16:52
Re: little problem - by lamarr007 - 03.02.2012, 16:53
Re: little problem - by mineralo - 03.02.2012, 16:56
Re: little problem - by lamarr007 - 03.02.2012, 16:59
Re: little problem - by mineralo - 03.02.2012, 17:00
Re: little problem - by Vince - 03.02.2012, 17:01

Forum Jump:


Users browsing this thread: 2 Guest(s)