Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: liorrr1991 on November 03, 2008, 09:39:16 AM

Title: i need help with makeing myself superadmin in my server. (yes,i read FAQ...)
Post by: liorrr1991 on November 03, 2008, 09:39:16 AM
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  :'(
Title: Re: i need help with makeing myself superadmin in my server. (yes,i read FAQ...)
Post by: Jam_not_at_home on November 03, 2008, 10:54:49 AM
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)

Title: Re: i need help with makeing myself superadmin in my server. (yes,i read FAQ...)
Post by: liorrr1991 on November 03, 2008, 11:14:08 AM
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?
Title: Re: i need help with makeing myself superadmin in my server. (yes,i read FAQ...)
Post by: jay209015 on November 03, 2008, 12:20:39 PM
Double check your steam id, it's very easy to leave a number or two off.
Title: Re: i need help with makeing myself superadmin in my server. (yes,i read FAQ...)
Post by: Megiddo on November 03, 2008, 05:47:25 PM
Do you actually have those numbers in your file? "1., 2., 3., etc" If so, remove them.
Title: Re: i need help with makeing myself superadmin in my server. (yes,i read FAQ...)
Post by: JamminR on November 03, 2008, 06:58:23 PM
Ha Megiddo. Good catch. I didn't even notice they weren't part of a forum itemized list.
Title: Re: i need help with makeing myself superadmin in my server. (yes,i read FAQ...)
Post by: liorrr1991 on November 03, 2008, 09:11:55 PM
lol i thought that the numbers sould be there  :-\

now its working. ;D

tnx so much guys  ;)