[Ajuda] Criar Um Relogio Em TextDraw
#3

Fiz essa pequena funзгo:

PHP код:
forward Contar(playeridsegundos);
public 
Contar(playeridsegundos){

    static 
minutos[MAX_PLAYERS];
    
    if(
segundos == 60){
        
minutos[playerid] ++;
        
segundos 0;
    }
    
    if(
minutos[playerid] == 60){
        
minutos [playerid] = 0;
        
segundos 0;
        return 
false;
    }
    
    
printf("Tempo Atual: %02d:%02d"minutos[playerid], segundos);

    
segundos ++;
    
SetTimerEx("Contar"1000false"ii"playeridsegundos);
    return 
1;

USANDO:

PHP код:
Contar(playerid0); 
Reply


Messages In This Thread
Criar Um Relogio Em TextDraw - by iLordGG - 11.06.2016, 00:55
Re: Criar Um Relogio Em TextDraw - by ipsLuan - 11.06.2016, 00:56
Re: Criar Um Relogio Em TextDraw - by zSuYaNw - 11.06.2016, 01:05

Forum Jump:


Users browsing this thread: 1 Guest(s)