Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: xXPANAGE28 on February 08, 2014, 11:32:44 AM
-
Title says it all. Basically like the spectate command it says: "SILENT".
I can't seem to find the code, so if anyone could help me highly appreciated!
-
ulx.fancyLogAdmin( calling_ply, true, "#A began spectating #T", target_ply )
Taken from the spectate command, the second parameter ("true") will make it show up as "(SILENT) Admin began spectating Target".
-
Rather than go editing ULX code, you should change your echo mode using XGUI or in the /data/ulx/config.txt
That file is where the majority of the settings in ULX are stored, and has descriptions of what each one does.
There's an echo mode that will allow what you're asking for for all commands.
I'm really surprised at how many people are trying to tell others to go digging into ULX code lately, when we wrote settings to allow for what most/many are asking.
-
Rather than go editing ULX code, you should change your echo mode using XGUI or in the /data/ulx/config.txt
That file is where the majority of the settings in ULX are stored, and has descriptions of what each one does.
There's an echo mode that will allow what you're asking for for all commands.
I'm really surprised at how many people are trying to tell others to go digging into ULX code lately, when we wrote settings to allow for what most/many are asking.
I think he just used the command as an example. Seems like he's trying to create his own command, but I could be wrong.