Author Topic: Is there a console command that when typed in, shuts down the server?  (Read 511 times)

Basically what the title says.

Is there any default console commands that, when typed in, makes the server shut down? I'd rather type this in and have everything exit properly instead of cutting off the scripts abruptly by just clicking X

Thanks

Easily done with
Code: [Select]
quit();

Lol thanks. Ive tried many others like exit(); shutdown();, i dont know how I missed that, thanks