SA-MP Forums Archive
Turning off Default "print"'s ? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Turning off Default "print"'s ? (/showthread.php?tid=236006)



Turning off Default "print"'s ? - Lorrden - 06.03.2011

Is there anyone who know's how to do this?
I'm talking about messages like: "[20:10:00] [join] Lorrden has joined the server (0:192.168.1.4)" and "[20:10:03] [part] Lorrden has left the server (0:1)" etc.

The reason to why I wish to remove these is because I simply wish to print a diffrent formated message so that it will be easier for me to read.

Thanks for reading..


Re: Turning off Default "print"'s ? - Markx - 06.03.2011

What admin script are you using?


Re: Turning off Default "print"'s ? - Lorrden - 06.03.2011

I ain't using any admin script.
I ain't using any script but "Untitled".


Re: Turning off Default "print"'s ? - Skylar Paul - 06.03.2011

I don't think it's possible, to be honest. Returning 0 under OnPlayerConnect still yields the message, which would be the only way I can think of.


Re: Turning off Default "print"'s ? - Lorrden - 06.03.2011

Everything's possible.
Just have to figure out how.. Isn't SA-MP an open source?
Wouldn't that make me able to edit f.ex. the Incoming Connection message in some file?


Re: Turning off Default "print"'s ? - Skylar Paul - 06.03.2011

Quote:
Originally Posted by Lorrden
Посмотреть сообщение
Everything's possible.
Just have to figure out how.. Isn't SA-MP an open source?
Wouldn't that make me able to edit f.ex. the Incoming Connection message in some file?
SA:MP is not an open source, no. Although, I suppose you could edit the samp-server.exe and remove it, if you're advanced enough to do it, but it's against the terms of use so I don't recommend it.


Re: Turning off Default "print"'s ? - Lorrden - 06.03.2011

hm.. I thought it was.. lol.
Well, still, I should be able to edit or remove the print's somehow..
Otherwise a "ToggleDefaultPrints" would be a nice solution in new sa-mp versions.


Re: Turning off Default "print"'s ? - dice7 - 06.03.2011

just write your log in a different file


Re: Turning off Default "print"'s ? - Lorrden - 06.03.2011

Quote:
Originally Posted by dice7
Посмотреть сообщение
just write your log in a different file
Yeh, I could do that..
However, that wasn't my question