public OnPlayerText(playerid, text[]) { if( muted[playerid] == 1) if(strlen(text) > 0) SendClientMessage(playerid,COLOR_DARKRED, "You are temporarily muted."); return 1; }