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