Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Alipwnzor on August 21, 2013, 01:29:17 AM

Title: ULX Admin Privileges
Post by: Alipwnzor on August 21, 2013, 01:29:17 AM
Im running a new server with SRCDS and im not too familiar with the commands of ULX, or even how to structure them. For example, if anyone could help me with this.

I have currently set dynamite to 0 using Sbox_dynamite 0 through the server.cfg file. I would like to know if there is anyway to set it to maybe 5 for superadmins so at least superadmins can spawn it?

Also, is there a way for you to just be a spectator on your server so you're not an extra player? :)

And finally, any way for me to restrict a tool, lets say Advanced duplicator, or some fun tools like Melonize players, to just superadmin access? I've tried so many different ways but it seems to not work :(

Thank you for any help posted :)
Title: Re: ULX Admin Privileges
Post by: Megiddo on August 21, 2013, 04:41:01 AM
Check out unolimited, reserved slots, and URS respectively to your questions.
Title: Re: ULX Admin Privileges
Post by: Alipwnzor on August 21, 2013, 05:49:01 AM
Check out unolimited, reserved slots, and URS respectively to your questions.

I really dont understand what you mean :( Like i said i have no idea about this stuff, if you don't mind walking me through the steps to do these things though i would be awfully greatful :)
Title: Re: ULX Admin Privileges
Post by: Decicus on August 21, 2013, 07:05:45 AM
Search them up from the main page of the forums, although I'll direct you to some of it.

UnoLimited: http://forums.ulyssesmod.net/index.php/topic,3864.0.html
URS: http://forums.ulyssesmod.net/index.php/topic,5269.0.html
Reserved slots is already integrated into ULX.
Title: Re: ULX Admin Privileges
Post by: Alipwnzor on August 21, 2013, 12:17:54 PM
Search them up from the main page of the forums, although I'll direct you to some of it.

UnoLimited: http://forums.ulyssesmod.net/index.php/topic,3864.0.html
URS: http://forums.ulyssesmod.net/index.php/topic,5269.0.html
Reserved slots is already integrated into ULX.

Thank you, im actually now just kinda struggling with the actual names of tools. Like the fin tool, i went into the addon.txt and it said name : "Fin Tool" so i restricted "Fin Tool" to users and it hasnt worked.. :(
Title: Re: ULX Admin Privileges
Post by: Decicus on August 21, 2013, 12:51:25 PM
I haven't tried those myself, so I really can't help you with them. I just found them for you. You can attempt to request support on the threads I posted depending on what you were trying to do.
Title: Re: ULX Admin Privileges
Post by: rainbow Dash on August 23, 2013, 09:49:59 PM
Thank you, im actually now just kinda struggling with the actual names of tools. Like the fin tool, i went into the addon.txt and it said name : "Fin Tool" so i restricted "Fin Tool" to users and it hasnt worked.. :(

you want the lua name of the tool. I'll see if i can find the lua command you can enter to get a list of them all... shouldn't take too long.

EDIT: here you go, type lua_run_cl PrintTable(spawnmenu.GetTools()) in the console (client side on your server (and sv_allowcslua must be set to 1 on your server)) for a list of all tools. You will see a confusing table of contents, but if you look closely, you should see familiar names.

for instance:                         Controls   =   keypad_willox
                        Command   =   gmod_tool keypad_willox
                        ItemName   =   keypad_willox
                        CPanelFunction   =   function: 0x35c7fd68
                        Text   =   Keypad
   
use whatever ItemName is.