04.04.2009, 15:25
Im not so sure, the commands seem to have the correct functions.
You should clean up your script abit if this is a filterscript you don't need to have
You should clean up your script abit if this is a filterscript you don't need to have
Код:
public OnGameModeInit() { // Don't use these lines if it's a filterscript SetGameModeText("Blank Script"); return 1; } public OnGameModeExit() { return 1; }