[Ajuda] Sistema de contagem
#1

Galera to fazendo um sistema de contagem para mostrar o tempo que o jogador fica invulnerбvel sу que nгo estб corrento do jeito que quero.

Estou tentando fazer com que apareзa o tempo que o jogador estб invulnerбvel

OnPlayerSpawn
Код:
     SetPlayerHealth(playerid,ModoDeus);
     SetTimerEx("ModoDeusOff",1*1000*10,false,"d",playerid);
     SetArena(playerid);
      contagem++;
      new string[128];
      format(string, sizeof(string), "Invuneravel ~n~por: %d", contagem);
      return GameTextForPlayer(playerid, string, 1*1000*10, 0);
Fiz dessa forma sу que em vez de o GameTextForPlayer mudar por ex 1,2,3,4... ele sу pisca em 1, 1 , 1 o tempo estб correto assim que o tempo de invulnerabilidade acaba o texto some.
Reply


Messages In This Thread
Sistema de contagem - by StrondaXxT - 12.07.2013, 00:49
Re: Sistema de contagem - by darkxdll - 12.07.2013, 01:12
Re: Sistema de contagem - by StrondaXxT - 12.07.2013, 01:16

Forum Jump:


Users browsing this thread: 1 Guest(s)