18.04.2015, 10:46
yea
This callback is called when a gamemode ends.
PHP код:
public OnGameModeExit()
{
print("Gamemode ended.");
return 1;
}