From 83cded79fc8ff63000754111bfacbd344c50e37b Mon Sep 17 00:00:00 2001 From: Niels Peretzke Date: Sun, 18 Aug 2019 15:49:41 +0000 Subject: [PATCH] =?UTF-8?q?OnGameModeExit=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gamemodes/gamemode.pwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gamemodes/gamemode.pwn b/gamemodes/gamemode.pwn index 1552562..7e1770d 100644 --- a/gamemodes/gamemode.pwn +++ b/gamemodes/gamemode.pwn @@ -72,6 +72,12 @@ public OnGameModeInit() return 1; } +public OnGameModeExit() +{ + print("GMX ausgeloest!"); + return 1; +} + strtok(const string[], &index) { new length = strlen(string);