/mute command
#7

Thanks man, its all fixed, now I gets no errors.

Also here
Quote:

forward mute(pID, pName);
public mute(pID, pName)
{
muted[pID] = 0;
SendClientMessage(pID, COLOR_BRIGHTRED, "You have been auto-unmuted.");
new unmuted[128];
format(unmuted, sizeof(unmuted), "Auto-unmute: %s(%d) has been auto-unmuted.");
SendClientMessageToAll(COLOR_BRIGHTRED, unmuted);
return 1;
}

I need to put mute[playerid] or mute[pID]?

rep++;
Reply


Messages In This Thread
/mute command - by ATGOggy - 09.11.2014, 07:54
Re: /mute command - by dominik523 - 09.11.2014, 08:18
Re: /mute command - by ATGOggy - 09.11.2014, 08:21
Re: /mute command - by dominik523 - 09.11.2014, 08:23
Re: /mute command - by ATGOggy - 09.11.2014, 08:28
Re: /mute command - by Quickie - 09.11.2014, 08:34
Re: /mute command - by ATGOggy - 09.11.2014, 08:38
Re: /mute command - by Quickie - 09.11.2014, 08:42
Re: /mute command - by ATGOggy - 09.11.2014, 08:44
Re: /mute command - by ATGOggy - 12.11.2014, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)