[Ajuda] Game Text
#1

no onplayerspawn
pawn Код:
new seg;
        seg = 15;
        SegundosContagem[playerid] = seg;
        format(string,sizeof(string),"Aguarde : %d",seg);
        GameTextForPlayer(playerid,string,1200,3);
        SegundosContagem[playerid] --;
        SetTimerEx("Contando",1500,0,"d",playerid);
pawn Код:
public Contando(playerid)
{
    new string[256];
    if(SegundosContagem[playerid] > 0){
        format(string,sizeof(string),"~y~Aguarde: %d",SegundosContagem[playerid]);
        GameTextForPlayer(playerid, string, 2500, 3);
        SegundosContagem[playerid]--;
        SetTimerEx("Contando",1500,0,"d",playerid);
        return 1;
    }
v6 tem bola de cristal?
Reply


Messages In This Thread
Game Text - by _Play_ - 27.08.2014, 18:57
Re: Game Text - by Dolby - 27.08.2014, 18:59
Re: Game Text - by FallweN - 27.08.2014, 19:02
Re: Game Text - by _Play_ - 27.08.2014, 19:05
Re: Game Text - by Cleyson - 27.08.2014, 21:02
Re: Game Text - by _Play_ - 27.08.2014, 22:25
Re: Game Text - by ViniBorn - 27.08.2014, 22:57
Re: Game Text - by _Play_ - 27.08.2014, 22:59

Forum Jump:


Users browsing this thread: 1 Guest(s)