Getting chat message channel?Solved
how to check message channel?
You can get the message channel with the OnPlayerChat hook and "arg.GetInt(0, 0)" inside your code; assuming "arg" is the name of the argument provided by the hook.

0 = global
1 = team
2 = server
Locked automatically