ULX

Author Topic: ULX Admin Privileges  (Read 3409 times)

0 Members and 2 Guests are viewing this topic.

Offline Alipwnzor

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
ULX Admin Privileges
« 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 :)
« Last Edit: August 21, 2013, 01:49:21 AM by Alipwnzor »

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULX Admin Privileges
« Reply #1 on: August 21, 2013, 04:41:01 AM »
Check out unolimited, reserved slots, and URS respectively to your questions.
Experiencing God's grace one day at a time.

Offline Alipwnzor

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: ULX Admin Privileges
« Reply #2 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 :)

Offline Decicus

  • Hero Member
  • *****
  • Posts: 552
  • Karma: 81
    • Alex Thomassen
Re: ULX Admin Privileges
« Reply #3 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.
Contact information:
E-mail: alex@thomassen.xyz.
You can also send a PM.

Offline Alipwnzor

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: ULX Admin Privileges
« Reply #4 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.. :(

Offline Decicus

  • Hero Member
  • *****
  • Posts: 552
  • Karma: 81
    • Alex Thomassen
Re: ULX Admin Privileges
« Reply #5 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.
Contact information:
E-mail: alex@thomassen.xyz.
You can also send a PM.

Offline rainbow Dash

  • Newbie
  • *
  • Posts: 35
  • Karma: -2
  • Owner of Friendship is Gaming Servers
    • Friendship is Gaming
Re: ULX Admin Privileges
« Reply #6 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.
« Last Edit: August 23, 2013, 10:04:17 PM by rainbow Dash »
Uhm, whats a signature?