Page 1 of 1

CS:GO SayText/SayText2 not sending

Posted: Tue May 24, 2016 5:57 pm
by Jake
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();

Re: CS:GO SayText/SayText2 not sending

Posted: Tue May 24, 2016 6:20 pm
by Ayuto
Oops, that's a regression I introduced with this commit:
https://github.com/Source-Python-Dev-Te ... 2533053655

I will fix that in a second.

Btw. there is no need for semicolons in Python.

Edit: New version is online.

Re: CS:GO SayText/SayText2 not sending

Posted: Tue May 24, 2016 6:55 pm
by Jake
Working now, thanks again!