Mute- command
#2

AccInfo[playerid][Muted] = 1; <--Player Is muted
AccInfo[playerid][Muted] = 0; <--Player Is not muted

Under 'OnPlayerText',

if(AccountInfo[playerid][Mute] == 1)
{
SendClientMessage(playerid, RED, "SERVER: You are muted.");
return 0;
}
Reply


Messages In This Thread
Mute- command - by Jakku - 18.04.2009, 10:13
Re: Mute- command - by ReV. - 18.04.2009, 10:20
Re: Mute- command - by Rks25 - 18.04.2009, 10:57
Re: Mute- command - by Jakku - 18.04.2009, 11:17
Re: Mute- command - by Rks25 - 18.04.2009, 11:18
Re: Mute- command - by MenaceX^ - 18.04.2009, 11:24
Re: Mute- command - by ReV. - 19.04.2009, 02:04
Re: Mute- command - by Grim_ - 19.04.2009, 02:27
Re: Mute- command - by Jakku - 19.04.2009, 07:15
Re: Mute- command - by Grim_ - 19.04.2009, 07:17

Forum Jump:


Users browsing this thread: 3 Guest(s)