[HELP] Disable Chat to certain player, please.
#7

Now i think about it using something like
pawn Code:
stock SendClientMessageToAllEx(exception, color, const message[])
{
  for(new i; i<MAX_PLAYERS; i++)
  {
    if(IsPlayerConnected(i))
    {
      if(i != exception)
      {
        SendClientMessage(i, color, message);
      }
    }
  }
}
But using a variable which holds whether the player has spawned or not.
Reply


Messages In This Thread
[HELP] Disable Chat to certain player, please. - by Avalanche! - 28.09.2011, 22:45
Re: [HELP] Disable Chat to certain player, please. - by grand.Theft.Otto - 28.09.2011, 23:18
Re: [HELP] Disable Chat to certain player, please. - by Avalanche! - 28.09.2011, 23:45
Re: [HELP] Disable Chat to certain player, please. - by brett7 - 29.09.2011, 00:03
Re: [HELP] Disable Chat to certain player, please. - by Babul - 29.09.2011, 00:33
Re: [HELP] Disable Chat to certain player, please. - by Scenario - 29.09.2011, 00:40
Re: [HELP] Disable Chat to certain player, please. - by brett7 - 29.09.2011, 00:43

Forum Jump:


Users browsing this thread: 2 Guest(s)