Page 1 of 1

execute server commands?

Posted: Sun Sep 14, 2014 3:25 pm
by stonedegg
I tried engine_server.server_command() but it always prints to console that a bad command was entered. same with insert_server_command().
Any idea why it's not working?

Posted: Sun Sep 14, 2014 3:27 pm
by satoon101
Make sure your command string ends in either ; or \n

Posted: Sun Sep 14, 2014 3:33 pm
by stonedegg
Oh, I didn't know that, thanks.