[Pedido] Marcar segundos em gametextforplayer.
#2

Vocк pode usar isto como base
pawn Код:
forward Contar(Contagem);
public Contar(Contagem)
{
    new VBString[3];
    format(VBString, 3, "%d",Contagem);
    if(Contagem > 0)
    {
        GameTextForAll(VBString, 700, 5);
        SetTimerEx("Contar",1000, false, "i", Contagem-1);
    }
    else GameTextForAll("Valendo !", 1000, 5);
}
http://forum.sa-mp.com/showpost.php?...postcount=1864
Reply


Messages In This Thread
Marcar segundos em gametextforplayer. - by Leo_Lost - 18.07.2012, 17:22
Re: Marcar segundos em gametextforplayer. - by ViniBorn - 18.07.2012, 18:22
Re: Marcar segundos em gametextforplayer. - by Leo_Lost - 18.07.2012, 18:37
Re: Marcar segundos em gametextforplayer. - by ViniBorn - 18.07.2012, 18:46

Forum Jump:


Users browsing this thread: 1 Guest(s)