Results 1 to 3 of 3

Thread: disable chat of specific player

  1. #1
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts

    disable chat of specific player

    Hi all,

    How to disables somebody chat? I used the command /cg_chattime "0", the player itself doesnt see any chat, but the others still can see it

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Just don't call self ClientCommand() in CodeCallback_PlayerCommand(args), aka return; out of that callback:

    http://killtube.org/showthread.php?1...Builtin-B3!%29

    Off-Topic: I added [c]1 + 2[/c], which will look like 1 + 2. So we can highlight code/data in text :^)
    timescale 0.01

  3. The Following User Says Thank You to kung foo man For This Useful Post:

    serthy (5th October 2015)

  4. #3
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Yeah after a good night of sleeping I realized that. Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •