Solved hide messages from players

Discussion in 'Plugin Development' started by Cat 700, Jul 5, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    Cat 700

    hi I want to know how to make it so some players can't see some other player messages
     
  2. Offline

    KarimAKL

    @Cat 700 Listen to the AsyncPlayerChatEvent, then check if the sender is a specific player and if so, edit the set of recipients.
     
  3. Offline

    Cat 700

    @KarimAKL could you show me a sample of some of that code
     
  4. Offline

    KarimAKL

  5. Offline

    Cat 700

Thread Status:
Not open for further replies.

Share This Page