Server shutdown
From EventScripts Community Encyclopedia
|
[edit] Descriptionserver_shutdown executes when the server shuts down (normal shutdown, not crash) [edit] VariablesVariables specific to server_shutdown: event_var(reason)
The reason the server is shutting down.
[edit] Exampleevent server_shutdown { es_msg The server is shutting down, I'd better save my addon data! } |
