[Ajuda] Contagem no HostName
#1

Olб pessoal, fiz o seguinte sistema:

New:
PHP код:
new TimerExtreia;
new 
TempoFaltando 120
OnGamemodeInit:

PHP код:
    TimerExtreia SetTimer("ExtreiaServer"1000true); 
E a public:

PHP код:
forward ExtreiaServer();
public 
ExtreiaServer()
{
    if(
TempoFaltando == 0)
    {
        
KillTimer(TimerExtreia);
        
SetTimer("NomeMudando"680true);
        return 
1;
    }
    
format(Stringsizeof(String), "hostname |=• The Drift City •=| [%d]"TempoFaltando);
    
SendRconCommand(String);
    
TempoFaltando--;
    return 
1;

Funcionou, porem conta os segundos tipo, |=• The Drift City •=| [120], dai conta normal atй no |=• The Drift City •=| [0] e quando chega no 0 seta os nomes normais, mas eu queria que contasse tipo assim |=• The Drift City •=| [01:59:27] e nгo assim |=• The Drift City •=| [340] alguйm pode me ajudar? Passar alguma coisa que ajude de base?
Reply


Messages In This Thread
Contagem no HostName - by caiom1999 - 02.06.2014, 14:49
Re: Contagem no HostName - by caiom1999 - 02.06.2014, 18:22
Re: Contagem no HostName - by Input - 02.06.2014, 18:32
Re: Contagem no HostName - by Kuddy - 02.06.2014, 20:11

Forum Jump:


Users browsing this thread: 1 Guest(s)