Is that timer for the player only?
#2

I forgot this is the timer Stuffs :
pawn Код:
forward Silencer();
public Silencer()
{
    for(new i; i<MAX_PLAYERS; i++)
    {
        if(!IsPlayerConnected(i)) continue;
        SecondesMute[i] ++;
        if(SecondesMute[i] == 600)
        {
            SendClientMessage(i,COLOR_WHITE,"10min of mute is done , you can speak.");
            Mute[i]=0;
            SecondesMute[i]=0;
            KillTimer(TuerSilencer);
        }

    }
    return 1;
}
Reply


Messages In This Thread
Is that timer for the player only? - by Saw® - 20.01.2013, 18:05
Re: Is that timer for the player only? - by Saw® - 20.01.2013, 18:08
Re: Is that timer for the player only? - by LarzI - 20.01.2013, 18:08
Re: Is that timer for the player only? - by Saw® - 20.01.2013, 18:23
Re: Is that timer for the player only? - by DaRk_RaiN - 20.01.2013, 18:28
Re: Is that timer for the player only? - by Saw® - 20.01.2013, 18:30
Re: Is that timer for the player only? - by DaRk_RaiN - 20.01.2013, 18:35
Re: Is that timer for the player only? - by LarzI - 20.01.2013, 18:39
Re: Is that timer for the player only? - by Saw® - 20.01.2013, 18:39
Re: Is that timer for the player only? - by DaRk_RaiN - 20.01.2013, 18:40

Forum Jump:


Users browsing this thread: 2 Guest(s)