[Ajuda] Detectar 2 players online
#5

PHP код:
SetTimer("Iniciar"1000true);
stock Iniciar()
{
    new 
        
Tempo_Inicial 15,
        static 
str1[128]
    ;
    
format(str1sizeof(str1), "~n~~n~~n~~n~~n~~n~~n~~n~~n~~w~Carregando... %d"Tempo_Inicial); 
    
GameTextForAll(str110003); 
       
Tempo_Inicial--;
       
       if(
Tempo_Inicial <= 0)
       {
            
GameTextForAll("Comeзem!"1000);
            
Tempo_Inicial 0;
            
KillTimer(Tempo_Inicial);
       }
    return 
1;

Reply


Messages In This Thread
Detectar 2+ players online - by GabrielGoncalves - 13.08.2015, 06:38
Re: Detectar 2 players online - by 99fe3rnando - 13.08.2015, 09:25
Re: Detectar 2 players online - by ipsLuan - 13.08.2015, 15:07
Re: Detectar 2 players online - by GabrielGoncalves - 13.08.2015, 15:19
Re: Detectar 2 players online - by ipsLuan - 13.08.2015, 15:28
Re: Detectar 2 players online - by GabrielGoncalves - 13.08.2015, 15:52
Re: Detectar 2 players online - by ipsLuan - 13.08.2015, 16:03
Re: Detectar 2 players online - by GabrielGoncalves - 13.08.2015, 16:15
Re: Detectar 2 players online - by ipsLuan - 13.08.2015, 16:17
Re: Detectar 2 players online - by GabrielGoncalves - 13.08.2015, 16:18

Forum Jump:


Users browsing this thread: 4 Guest(s)