[DUV] TextDraw
#2

Basta formatar uma string com a variбvel do Tempo do jogador, e depois colocб-la para aparecer no TextDraw

pawn Код:
for(new i;i < MAX_PLAYERS; i ++)
    {
        if(IsPlayerConnected(i))
        {
            TextDrawHideForPlayer(i, Textdraw0);
            TextDrawHideForPlayer(i, Textdraw1);
            TextDrawShowForPlayer(i, Textdraw0);
            new tempostr[10];
            format(tempostr, 5, "%i",PlayerInfo[i][pJailed]);
            TextDrawSetString(Textdraw1, tempostr);
            TextDrawShowForPlayer(i, Textdraw1);
        }
    }
Espero ter ajudado
Reply


Messages In This Thread
[DUV] TextDraw - by GuikBretas - 07.02.2011, 23:58
Re: [DUV] TextDraw - by rjjj - 08.02.2011, 00:13
Re: [DUV] TextDraw - by GuikBretas - 08.02.2011, 00:19
Re: [DUV] TextDraw - by rjjj - 08.02.2011, 00:28
Re: [DUV] TextDraw - by GuikBretas - 08.02.2011, 10:00

Forum Jump:


Users browsing this thread: 1 Guest(s)