Running this on clientside
[CODE]hook.Add("ChatText","testhook",function(index, name, text, filter)
print(index,name,text,filter)
end)[/CODE]
No matter what happens in chat, it doesn't print anything.
Is the hook dead or am I using it wrong?
I am trying to hook a player/ChatPrint message