SA-MP Forums Archive
OnFilterScriptExit issues - 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: OnFilterScriptExit issues (/showthread.php?tid=615288)



OnFilterScriptExit issues - Type-R - 20.08.2016

Hello, guys well nothing seems to really work on FilterScriptExit. For example when i shut down the server or close it, it doesn't print in the server log what i want it to print. Nothing gets saved also. Am i using this Callback wrong or is there something i do not know??


Re: OnFilterScriptExit issues - Konstantinos - 20.08.2016

OnFilterScriptExit is called when the server is shutting down (RCON command exit).
It is not called when "gmx" is used (send rcon command reloadfs) or you close the console using the "X" button.