[HELP] OnGameModeExit - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] OnGameModeExit (
/showthread.php?tid=578104)
[HELP] OnGameModeExit -
M0HAMMAD - 16.06.2015
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
Re: [HELP] OnGameModeExit -
bgedition - 16.06.2015
You need to close the server with '/exit' to see this message.