CS:GO SayText/SayText2 not sending
Posted: Tue May 24, 2016 5:57 pm
Calling send() on SayText & SayText2 doesn't show anything in chat. No errors or logs are popping up anywhere, is there a special function for calling SayText in CS:GO?
Code: Select all
msg = SayText2("Some message");
msg.send();