Author Topic: i need help with makeing myself superadmin in my server. (yes,i read FAQ...)  (Read 2612 times)

0 Members and 2 Guests are viewing this topic.

Offline liorrr1991

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
hello,
i tryed to add myself as a superadmin by editing the "users" file. but even after i changed it i am still not admin.

this is how it looks now:

1.   "Users"
2.    {
3.       //
4.       // This is your users file
5.       //
6.       // You can use this file to add people as admins on your server
7.       // Add them to the relevant section
8.       //
9.       // If you're a Lua coder you can add your own sections and use them
10.       // in your script by doing pl:IsUserGroup( "admin" ) etc
11.       //
12.      
13.       "superadmin"
14.       {
15.          " LordOfDucks "         " STEAM_0:1:17902953"
16.       }
17.       
18.       "admin"
19.       {
20.          "Jiggles"         "STEAM_0:1:7671671"
21.       }
22.      
23.    } 

what is the problem?

please help me  :'(

Jam_not_at_home

  • Guest
Remove the space from in front of your Steam id, after the quote "
"STEAM_0:1:17902953" not " STEAM_0:1:17902953"
Restart server.

That should fix your problem.
(You can keep the spaces in your nickname)


Offline liorrr1991

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
ok,now its look like this:

1.   "Users"
2.    {
3.       //
4.       // This is your users file
5.       //
6.       // You can use this file to add people as admins on your server
7.       // Add them to the relevant section
8.       //
9.       // If you're a Lua coder you can add your own sections and use them
10.       // in your script by doing pl:IsUserGroup( "admin" ) etc
11.       //
12.     
13.       "superadmin"
14.       {
15.          "LordOfDucks"         "STEAM_0:1:17902953"
16.       }
17.       
18.       "admin"
19.       {
20.          "Jiggles"         "STEAM_0:1:7671671"
21.       }
22.     
23.    } 


but still not working... i am not admin or super admin. please help me,what else could it be?

Offline jay209015

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 934
  • Karma: 62
    • Dev-Solutions
Double check your steam id, it's very easy to leave a number or two off.
An error only becomes a mistake when you refuse to correct it. --JFK

"And thus the downfall of the great ULX dynasty was wrought not by another dynasty, but the slow and steady deterioration of the leaders themselves, followed by the deprecation of the great knowledge they possessed." -Gmod, Chapter 28, verse 34 -- Stickly

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Do you actually have those numbers in your file? "1., 2., 3., etc" If so, remove them.
Experiencing God's grace one day at a time.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Ha Megiddo. Good catch. I didn't even notice they weren't part of a forum itemized list.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline liorrr1991

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
lol i thought that the numbers sould be there  :-\

now its working. ;D

tnx so much guys  ;)