Textdraw screen bug
#7

Quote:
Originally Posted by sGarfield
Посмотреть сообщение
Where's on the show the textdraw ?
What? if you mean the code to show the textdraw, this is the code
pawn Код:
public ShowTextDraw(playerid, vehicleid, count)
{
        if(IsPlayerInVehicle(playerid, vehicleid)) {
            bombtext[playerid] = TextDrawCreate(500, 300, " ");
            TextDrawUseBox(bombtext[playerid], 1);
            TextDrawBoxColor(bombtext[playerid], 0x00000066);
            TextDrawFont(bombtext[playerid], 1);
            UpdateTextDraw(playerid);
            removetimer[playerid] = SetTimerEx("RemoveTextDraw", 2000, 1, "i", playerid);
            TextDrawShowForPlayer(playerid, bombtext[playerid]);
        } else {
            count ++;
            if(count < 20) SetTimerEx("ShowTextDraw", 500, 0, "iii", playerid, vehicleid, count);
        }
}
Reply


Messages In This Thread
Textdraw screen bug - by cruising - 09.01.2012, 09:34
Re: Textdraw screen bug - by sGarfield - 09.01.2012, 09:48
Re: Textdraw screen bug - by cruising - 09.01.2012, 09:53
Re: Textdraw screen bug - by sGarfield - 09.01.2012, 09:58
Re: Textdraw screen bug - by cruising - 09.01.2012, 10:02
Re: Textdraw screen bug - by sGarfield - 09.01.2012, 10:07
Re: Textdraw screen bug - by cruising - 09.01.2012, 10:14
Re: Textdraw screen bug - by sGarfield - 09.01.2012, 10:20
Re: Textdraw screen bug - by cruising - 09.01.2012, 10:32

Forum Jump:


Users browsing this thread: 1 Guest(s)