Disabling prints - 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: Disabling prints (
/showthread.php?tid=522175)
Disabling prints -
Yera96 - 26.06.2014
Hello.
Is it possible to disable prints like
Код:
[14:31:15] [part] Yera96 has left the server (0:1)
[14:31:17] Incoming connection: 46.233.251.99:53091
[14:31:17] [join] Yera96 has joined the server (46.233.251.99:53091)
from server_log.txt
I already disabled chat prints, but also want to disable this because it's flooding server_log.txt
Thanks!
Re: Disabling prints -
Yera96 - 27.06.2014
Bump, anyone?
Re: Disabling prints -
Vince - 27.06.2014
No you can't, but there are workarounds to disable the server log altogether. For example, you can set the permissions (on Linux) for the server_log.txt to 444 (read) which will prevent the server from writing to it.