diff --git a/Main.cs b/Main.cs index 8018ab39..e0f4c9a4 100644 --- a/Main.cs +++ b/Main.cs @@ -43,5 +43,11 @@ namespace reallife_gamemode } } } + + [ServerEvent(Event.ResourceStop)] + public void OnResourceStop() + { + NAPI.Chat.SendChatMessageToAll("on stop"); + } } } \ No newline at end of file