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);