Page 1 of 1

Missing CS:GO coding stuff

Posted: Sun Jul 07, 2013 9:14 pm
by Omega_K2
I'm currently thinking of

SayText2 colour codes (like \x0ARRGGBB and \x0BRRGGBBAA) like in css and tf2
HudText like in tf2
Overlays like in css
Motds like in css (or is it fixed now?)

There might be more missing regarding the stuff you are used to from other valve games, so anyone knows other stuff that is missing?

Posted: Mon Aug 12, 2013 11:42 am
by mister-man
I thing, that colour codes like \x0ARRGGBB and \x0BRRGGBBAA would be nice. And a build in support for mysql (like sm) would nice.

Posted: Mon Aug 12, 2013 4:04 pm
by Omega_K2
mysql support in CS:GO makes little sense. I hope you mean mysql support in Source.Python - you can just get pymysql (python 3 version) and drop it into the site-packages folder and you'll have mysql support. I think it's one of the few packages I'd actually ship Source.Python with

Posted: Tue Aug 13, 2013 3:49 am
by Tuck
Also missing Player transparency, unless this was fixed? :)

Posted: Tue Aug 13, 2013 5:37 am
by mister-man
Ohhh yes ;)

I think, it is better to have one lib (threaded ) for all plugins, then every plugin has there own mysql lib.