Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: FancyFisherman on May 14, 2016, 09:24:25 AM
-
So on my new TTT G mod server, I have this RDM manager that lets you report only when admins are on. We I have a trial-mod or a Mod on, it does not classify them as admins so they can not view or use the damage logs or the RDM manager using F8. This also applies to players typing "@[Message]" it says their are no admins on when a T-mod or a Mod is on. How can this be fixed?
-
You will probably want to search the code for IsAdmin(). This function returns whether or not a player is in the admin group. To allow all of your staff to be counted as "admins" from the addon's point of view, you'll want to replace that with a permission check (ucl.query (http://ulyssesmod.net/docs/files/lua/ulib/shared/sh_ucl-lua.html#ucl.query)) for a certain permission that you give all of your staff groups.
-
Not much of any of your questions are having to do with ULX - Your asking questions about group access in Gmod. Though ULX can make it easier, it's not a 'how to ulx' question.
As for the @, @ is the shortcut for asay, you want to give groups who you want to see that message the "ulx seeasay" access.
-
I know one of his questions though, being with the Damagelogs, that's something that you have to edit manually. If you're using it from the same place I got it, just go to garrysmod\addons\TTTDamagelogs-master\lua\damagelogs\config\config.lua and add in your ranks following the format (THEY MUST BE EXACT)
And, following with JamminR said, to grant that access it's in the !menu > groups tab