About Console - 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: About Console (
/showthread.php?tid=504727)
About Console -
kamiliuxliuxliux - 05.04.2014
Hello,
when player dies, the console prints "Bla Bla died Bla Bla Bla...". This thing is native. What should I do, that it's not be printed?
Re: About Console -
Vince - 05.04.2014
Try fiddling with
output and
chatlogging.
https://sampwiki.blast.hk/wiki/Server.cfg
Re: About Console -
kamiliuxliuxliux - 06.04.2014
Thanks, but it still doesn't work
Re: About Console -
kamiliuxliuxliux - 07.04.2014
Bump?
Re: About Console -
Stanford - 07.04.2014
I'm afraid that you can't stop it from printing.
If you want just to make it stored only in the server_log and stop it from appearing on the console thing look at this line:
pawn Код:
output Enable/Disable duplication of log messages (e.g. those printed with print/printf from scripts or logprintf from plugins) in server console. If this option is set to 0 (default) messages are only printed to server log. This option has effect only on Linux servers.