need help with this timer
#5

pawn Код:
SetTimerEx("MuteTimer", 60000, false, "i", playerid);
//Put this in your mute command and change the playerid, with the name you use to mute someone, example "otherid"
pawn Код:
//Change the MuteTimer with this one
public MuteTimer(playerid);
{
    PlayerInfo[playerid][muted] = 0;
    return 1;
}
Reply


Messages In This Thread
need help with this timer - by mrcoolballs - 19.08.2010, 08:55
Re: need help with this timer - by playbox12 - 19.08.2010, 09:05
Re: need help with this timer - by mrcoolballs - 19.08.2010, 10:25
Re: need help with this timer - by vital2k - 19.08.2010, 10:32
Re: need help with this timer - by Dark_Kostas - 19.08.2010, 10:32
Re: need help with this timer - by mrcoolballs - 19.08.2010, 10:43
Re: need help with this timer - by playbox12 - 19.08.2010, 11:55
Re: need help with this timer - by mrcoolballs - 19.08.2010, 12:21

Forum Jump:


Users browsing this thread: 2 Guest(s)