Raised This Month: $51 Target: $400
 12% 

Can't Make myself Admin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Martinkosztyu
New Member
Join Date: Oct 2022
Old 10-08-2022 , 11:37   Can't Make myself Admin
Reply With Quote #1

Hello everyone.

Im running a TF2 server which run perfect all the plugins etc. But i can't make myself an admin. I tried go to a tf server type status and copy my id not work. I tried on steam id checker website not work. I using the Example of the steamcmd wiki and it's not work. Hope someone can help
Martinkosztyu is offline
alasfourom
Senior Member
Join Date: Feb 2022
Location: Saudi Arabia
Old 10-08-2022 , 12:04   Re: Can't Make myself Admin
Reply With Quote #2

If you are using dedicated server, check this website, will give you all the details you need:
https://steamcommunity.com/sharedfil.../?id=276173458

Search Adding Admin
__________________
alasfourom is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 10-08-2022 , 12:53   Re: Can't Make myself Admin
Reply With Quote #3

You could have mention in first post, what exactly you have done. How you added yourself as admin ?
__________________
Do not Private Message @me
Bacardi is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 10-09-2022 , 17:27   Re: Can't Make myself Admin
Reply With Quote #4

The simplest method go to .../moddir/addons/sourcemod/configs/admins_simple.ini the you will fiind
PHP Code:
//
// READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES
//
// For each admin, you need three settings:
//  "identity"        "permissions"        "password"
//
// For the Identity, you can use a SteamID or Name.  To use an IP address, prepend a ! character.
// For the Permissions, you can use a flag string and an optional password.
//
// PERMISSIONS:
//  Flag definitions are in "admin_levels.cfg"
//  You can combine flags into a string like this:
//  "abcdefgh"
//
//  If you want to specify a group instead of a flag, use an @ symbol.  Example:
//  "@Full Admins"
//
//    You can also specify immunity values.  Two examples:
//    "83:abcdefgh"            //Immunity is 83, flags are abcdefgh
//    "6:@Full Admins"        //Immunity is 6, group is "Full Admins"
//
//    Immunity values can be any number.  An admin cannot target an admin with 
//    a higher access value (see sm_immunity_mode to tweak the rules).  Default 
//  immunity value is 0 (no immunity).
//
// PASSWORDS:
//  Passwords are generally not needed unless you have name-based authentication.
//  In this case, admins must type this in their console:
//
//   setinfo "KEY" "PASSWORD"
//
//  Where KEY is the "PassInfoVar" setting in your core.cfg file, and "PASSWORD"
//  is their password.  With name based authentication, this must be done before
//  changing names or connecting.  Otherwise, SourceMod will automatically detect
//  the password being set.
//
////////////////////////////////
// Examples: (do not put // in front of real lines, as // means 'comment')
//
//   "STEAM_0:1:16"        "bce"                //generic, kick, unban for this steam ID, no immunity
//   "!127.0.0.1"        "99:z"                //all permissions for this ip, immunity value is 99
//   "BAILOPAN"            "abc"    "Gab3n"        //name BAILOPAN, password "Gab3n": gets reservation, generic, kick
//
//////////////////////////////// 
add a line with
PHP Code:
"YOURSTEAMID"        "99:z" // root full 
And make sure that admin-flatfile.smx is in plugins directory
That's it!
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
SyntX
Junior Member
Join Date: Sep 2022
Location: Kathmandu, Nepal
Old 10-14-2022 , 23:28   Re: Can't Make myself Admin
Reply With Quote #5

have you try to enter this command "sm_reloadadmins" in your srcds console ?
if not then you should try this.
if this also not working then try to add yourself as an admin in ../addons/sourcemod/configs/admin.cfg
"Your name here"
{
"auth" "steam"
"identity" "<steamid>"
"flags" "z"
}

after this again do sm_reloadadmins from srcds console
if this also not working then try this :
join game then try "sm_who" in srcds console
__________________
Join Awesome Zombies Server :
Zombie Mod By NovaHunterZ | FastDL, Rank, SSD, Respawn | --> 54.36.111.64:27015
Zombie Riot By NovaHunterZ | FastDL, RPG, SSD, Skins, FreeVIP | --> 54.36.111.64:27025
---------------------------------
Discord Server : https://discord.gg/2DjsQ4xdd5
SyntX is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:02.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode