• GM/ChatText not working?
    4 replies, posted
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
[img]http://wiki.garrysmod.com/favicon.ico[/img] [url=http://wiki.garrysmod.com/page/GM/ChatText]GM/ChatText[/url]
I read the documentation, shouldn't it work when I use player:ChatPrint on myself though?
[QUOTE=Lost Alien;46697849] [CODE]hook.Add[/CODE] [/QUOTE] ftfy
[QUOTE=MeepDarknessM;46698248]ftfy[/QUOTE] I did it right in the actually doc, I just missed it while rewriting here
Sorry, you need to Log In to post a reply to this thread.