print() doesn't display anything on the console
Posted: Sun Jul 24, 2016 5:09 pm
I was able to get SP working in a Windows CS:GO Dedicated Server instance, but now I'm having another issue:
Doesn't print anything to the console when the plugin is loaded with 'sp plugin load test1'. I've had luck with SayText2 showing up on a connected client, but print() doesn't seem to produce any effect at all.
This is with csgo build #409.
Code: Select all
def load():
print("test1 loaded")
Doesn't print anything to the console when the plugin is loaded with 'sp plugin load test1'. I've had luck with SayText2 showing up on a connected client, but print() doesn't seem to produce any effect at all.
This is with csgo build #409.