20.08.2010, 01:49
You need to be using the variable "id" instead of "nname" because you set the parameter of "i" for the SetTimerEx which stands for integer.
SetTimerEx("MuteTimer", 6000, false, "i", id);
SetTimerEx("MuteTimer", 6000, false, "i", id);