Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Mathew75 on March 08, 2012, 09:08:45 AM
-
Hello, I'm gonna be running a community called VTech. And the gamemode will be DarkRP. Now I'm planing on using your guys admin menu for sure. But theres a few things I want to edit.
1) How do I disable the public carves like (Someone) gave <Player> superadmin! or like (Someone) banned <Player> for 1440 mins! So you get the point, is there a way I can make this private as in only Admin+ can see this?
2) I'm gonna have one 1 Donator group and I'm wondering if there's anyway I can set there own prop limit from others?
Thank you.
-
1) How do I disable the public carves like (Someone) gave <Player> superadmin! or like (Someone) banned <Player> for 1440 mins! So you get the point, is there a way I can make this private as in only Admin+ can see this?
There is a cvar in your ulx config file. Just toggle it to the appropriate setting. I believe there is also a command that you give people access to so they can see the echos. I don't know the exact folders/files/cvars or I'd be more exact.
2) I'm gonna have one 1 Donator group and I'm wondering if there's anyway I can set there own prop limit from others
URS Beta (http://forums.ulyssesmod.net/index.php/topic,5269.0.html) does exactly this along with tool and prop restrictions (specific to ulx groups at the moment). I have plans to rewrite this completely for Gmod 13, although I haven't gotten far on that yet.
-
Anyone that may know where? the toggle command for the echo? Thanks Aaron113
-
gmod_root/data/ulx/confix.txt
Around line 30 change ulx logEcho to 1 if it isn't already. Then there should be a command, which I'm sure you can figure it out through XGUI, that you give people access to. It is defaulted to 1, so this may already be like you're asking and you just don't realize it.
-
gmod_root/data/ulx/confix.txt
Additionally all, if the file isn't there, don't panic...just copy it TO that location from gmod/addons/ulx/data/ ... again, copy it to where Aaron says first, don't edit the file in addons.
-
If I use 0, does that just show the echo to admins?
Also is there a way I can make my admins/donators groups global, if I have more then 1 server?
-
If I use 0, does that just show the echo to admins?
Read the file. It explains quite well.
Also is there a way I can make my admins/donators groups global, if I have more then 1 server?
No easy way, no.
MrPresident released some code in our Developer's corner section of the forum that uses SQL and Lua
-
MrPresident released some code in our Developer's corner section of the forum that uses SQL and Lua
Do you know when he will be releasing it?
-
Already released. as stated. It's in developers corner section of our forum.
You must know SQL and Lua to use.