[HELP] OnGameModeExit
#1

Hi all
my server, after 20 minute or ... from run of server will be close. now i use a print in OnGameModeExit.
pawn Код:
public OnGameModeExit()
{
    print("Gamemode ended.");
    return 1;
}
but when i, myself, close the samp-server, and check my server_log there is no that says Gamemode ended.
sorry for my bad english and need help
Reply
#2

You need to close the server with '/exit' to see this message.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)