CSGO: send CTRL+C to the server
Posted: Sat Jul 25, 2015 8:46 am
Hello everyone,
I need send command like SIGINT (CTRL+C) to the server.
The main reason is to resolve the problem http://forums.sourcepython.com/showthread.php?865-New-release-July-2nd-2015!!&p=5463&viewfull=1#post5463
This problem can be resolved if send CTRL+C after engine_server.server_command('exit;')
How I can do this?
I need send command like SIGINT (CTRL+C) to the server.
Syntax: Select all
@Event
def server_shutdown(game_event):
engine_server.server_command('exit;')
The main reason is to resolve the problem http://forums.sourcepython.com/showthread.php?865-New-release-July-2nd-2015!!&p=5463&viewfull=1#post5463
This problem can be resolved if send CTRL+C after engine_server.server_command('exit;')
How I can do this?