[Tutorial] Mute & Unmute commands
#6

nezo you must killtimer on public unmute, otherwise timer wont make u unmute

EDIT: like

Code:
forward Unmute(playerid);
public Unmute(playerid)
{
muted[playerid] = false; 
KillTimer(Unmute(playerid));
SendClientMessage(playerid, color, "Server unmuted you automatically");
return 1;
}
Reply


Messages In This Thread
Mute & Unmute commands - by nezo2001 - 14.01.2015, 18:31
Re: Mute & Unmute commands - by www - 14.01.2015, 18:33
Re: Mute & Unmute commands - by nezo2001 - 14.01.2015, 18:39
Re: Mute & Unmute commands - by antixgaming - 03.05.2018, 15:29
Re: Mute & Unmute commands - by CrystalGamer - 03.05.2018, 18:41
Re: Mute & Unmute commands - by CrystalGamer - 03.05.2018, 18:43
Re: Mute & Unmute commands - by Stev - 03.05.2018, 21:49
Re: Mute & Unmute commands - by CrystalGamer - 04.05.2018, 10:52

Forum Jump:


Users browsing this thread: 1 Guest(s)