[Ajuda] Contagem
#3

pawn Code:
forward StartPause(playerid);
public StartPause(playerid)
{  
    if(Contagem[playerid] == 999)  
    {  
        KillTimer(TempoContagem[playerid]);
        return true;  
    }
    new string[64];
    Contagem[playerid]++;
    format(string, sizeof(string), "AFK %d Segundos", Contagem[playerid]);          
    Update3DTextLabelText(Pause[playerid], 0xEE7600FF, string);
    return 1;
}
Reply


Messages In This Thread
Contagem - by Lessk - 02.07.2013, 07:35
Re: Contagem - by Don_Speed - 02.07.2013, 10:10
Re: Contagem - by paulor - 02.07.2013, 14:41
Re: Contagem - by Lessk - 02.07.2013, 17:35
Re: Contagem - by paulor - 03.07.2013, 00:14
Re : Contagem - by ThiagoMK - 03.07.2013, 01:00

Forum Jump:


Users browsing this thread: 1 Guest(s)