Ulysses
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Ulysses
»
General
»
Developers Corner
»
Disable chat messages from being broadcasted when using ULX commands.
« previous
next »
Print
Pages: [
1
]
2
Go Down
Author
Topic: Disable chat messages from being broadcasted when using ULX commands. (Read 19986 times)
0 Members and 1 Guest are viewing this topic.
Edned
Newbie
Posts: 7
Karma: 0
Disable chat messages from being broadcasted when using ULX commands.
«
on:
November 01, 2015, 11:16:26 AM »
Hello,
I have been wondering how to do this for a while, I have had issues with this for a while now.
Basically, whenever I do a command, as well as broadcasting the FancyLogAdmin message, it also broadcasts my player written message.
Here is an example of that:
Can this be stopped?
Kind Regards,
Edned
Logged
Bytewave
Respected Community Member
Hero Member
Posts: 718
Karma: 116
:)
Re: Disable chat messages from being broadcasted when using ULX commands.
«
Reply #1 on:
November 01, 2015, 02:10:05 PM »
This is an optional parameter in the fancyLogAdmin call that would require modifying the core ULX files to hide.
I believe it's ulx.fancyLogAdmin(Player calling_ply, boolean hide_chat, string message, ...)
Logged
bw81@ulysses-forums ~ % whoami
Homepage
Buzzkill
Respected Community Member
Full Member
Posts: 176
Karma: 59
Re: Disable chat messages from being broadcasted when using ULX commands.
«
Reply #2 on:
November 01, 2015, 02:26:13 PM »
I believe he's referring to squelching the log echo that occurs IN ADDITION to the fancylog call. This would be "ulx logEcho 0"
If the desire is to squelch the fancylog output, then yes, edits would need to be made to core ULX modules (unless the command/s in question support a silent mode).
Logged
An Error Has Occurred!
array_keys(): Argument #1 ($array) must be of type array, null given
Back