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