SA-MP Forums Archive
rcon message - 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: rcon message (/showthread.php?tid=478448)



rcon message - erorche - 29.11.2013

hello,how to remove rcon message for failure logging and succesful login? to set me SCM and warnings you know...
code please?


Re: rcon message - xVIP3Rx - 29.11.2013

Remove any SCM/SendClientMessage under
pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
anything else is default and I think you can't remove/disable it


Re: rcon message - erorche - 29.11.2013

if you don't know please don't post,it's possible to delete i seen that on servers.


Re: rcon message - BizzyD - 29.11.2013

Atleast was trying to help... And have you tried to ****** it?


Re: rcon message - xVIP3Rx - 29.11.2013

Quote:
Originally Posted by erorche
Посмотреть сообщение
if you don't know please don't post,it's possible to delete i seen that on servers.
Okay maybe I understood it wrong, Do you want to disable Rcon login messages like: Wrong password or the message on the console ?


Re: rcon message - Konstantinos - 29.11.2013

Quote:
Originally Posted by erorche
Посмотреть сообщение
if you don't know please don't post,it's possible to delete i seen that on servers.
Don't be rude when he was only trying to help you. And actually his post explained that the default messages cannot be removed, only the messages you have used by functions such as SendClientMessage(ToAll) etc.

The answer on your question depends on the question (you didn't explain it very well) what you wanted to ask.