Browse Source

OnGameModeExit eingefügt

master
Niels Peretzke 5 years ago
parent
commit
83cded79fc
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      gamemodes/gamemode.pwn

+ 6
- 0
gamemodes/gamemode.pwn View File

@ -72,6 +72,12 @@ public OnGameModeInit()
return 1;
}
public OnGameModeExit()
{
print("GMX ausgeloest!");
return 1;
}
strtok(const string[], &index)
{
new length = strlen(string);


Loading…
Cancel
Save