Raised This Month: $32 Target: $400
 8% 

Why can't i make myself an admin?


Post New Thread Reply   
 
Thread Tools Display Modes
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 05-26-2018 , 00:29   Re: Why can't i make myself an admin?
Reply With Quote #11

https://forums.alliedmods.net/misc.php?do=showrules

Quote:
Do not "bump" your threads. Bumping is posting simply to make the thread higher in the forum sort order.
Also, yes, that's wrong.

wrong:
PHP Code:
"Mr. Flare"
{
"auth"    "steam"
"identity"    "STEAM_1:1:150457272"
"flags"    "z"
"immunity"    "99"
}


better:
PHP Code:
Admins
{

"Mr. Flare"
{
"auth"    "steam"
"identity"    "STEAM_1:1:150457272"
"flags"    "z"
"immunity"    "99"
}

best:
PHP Code:
Admins
{

    
"Mr. Flare"
    
{
        
"auth"     "steam"
        "identity" "STEAM_1:1:150457272"
        "flags"    "z"
        "immunity" "99"
    
}

__________________

Last edited by ddhoward; 05-26-2018 at 00:32.
ddhoward is offline
Mr. Flare
Junior Member
Join Date: May 2018
Old 05-26-2018 , 06:37   Re: Why can't i make myself an admin?
Reply With Quote #12

Quote:
Originally Posted by ddhoward View Post
https://forums.alliedmods.net/misc.php?do=showrules



Also, yes, that's wrong.

wrong:
PHP Code:
"Mr. Flare"
{
"auth"    "steam"
"identity"    "STEAM_1:1:150457272"
"flags"    "z"
"immunity"    "99"
}


better:
PHP Code:
Admins
{

"Mr. Flare"
{
"auth"    "steam"
"identity"    "STEAM_1:1:150457272"
"flags"    "z"
"immunity"    "99"
}

best:
PHP Code:
Admins
{

    
"Mr. Flare"
    
{
        
"auth"     "steam"
        "identity" "STEAM_1:1:150457272"
        "flags"    "z"
        "immunity" "99"
    
}

ugh! It didn't work at all. it still says i have no access to this command, damn it!
Mr. Flare is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 05-29-2018 , 13:17   Re: Why can't i make myself an admin?
Reply With Quote #13

Upload your admin.cfg and also state what game you're trying to do this for.
if i had to guess this is for tf2, which means you can put "STEAM_0:1:150457272" as your identity

Last edited by Mitchell; 05-29-2018 at 13:19.
Mitchell is offline
Mr. Flare
Junior Member
Join Date: May 2018
Old 05-29-2018 , 18:36   Re: Why can't i make myself an admin?
Reply With Quote #14

Quote:
Originally Posted by Mitchell View Post
Upload your admin.cfg and also state what game you're trying to do this for.
if i had to guess this is for tf2, which means you can put "STEAM_0:1:150457272" as your identity
Here it is. and yes, the game is TF2


{

"Mr. Flare"
{
"auth" "steam"
"identity" "STEAM_1:1:150457272"
"flags" "z"
"immunity" "99"
}
}
Mr. Flare is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 05-29-2018 , 18:38   Re: Why can't i make myself an admin?
Reply With Quote #15

No. Do not copy and paste it. Attach it to your post.

And we're still waiting for you to post the troubleshooting information asked for in the thread I linked...
__________________
asherkin is offline
Mr. Flare
Junior Member
Join Date: May 2018
Old 05-29-2018 , 19:01   Re: Why can't i make myself an admin?
Reply With Quote #16

How?
Mr. Flare is offline
Mr. Flare
Junior Member
Join Date: May 2018
Old 05-29-2018 , 22:56   Re: Why can't i make myself an admin?
Reply With Quote #17

Quote:
/**
* USE THIS SECTION TO DECLARE DETAILED ADMIN PROPERTIES.
*
* Each admin should have its own "Admin" section, followed by a name.
* The name does not have to be unique.
*
* Available properties: (Anything else is filtered as custom)
* "auth" - REQUIRED - Auth method to use. Built-in methods are:
* "steam" - Steam based authentication
* "name" - Name based authentication
* "ip" - IP based authentication
* Anything else is treated as custom.
* Note: Only one auth method is allowed per entry.
*
* "identity" - REQUIRED - Identification string, for example, a steamid or name.
* Note: Only one identity is allowed per entry.
*
* "password" - Optional password to require.
* "group" - Adds one group to the user's group table.
* "flags" - Adds one or more flags to the user's permissions.
* "immunity" - Sets the user's immunity level (0 = no immunity).
* Immunity can be any value. Admins with higher
* values cannot be targetted. See sm_immunity_mode
* to tweak the rules. Default value is 0.
*
* Example:
"BAILOPAN"
{
"auth" "steam"
"identity" "STEAM_0:1:16"
"flags" "abcdef"
}
*
*/
Admins
{

"Mr. Flare"
{
"auth" "steam"
"identity" "STEAM_1:1:150457272"
"flags" "z"
"immunity" "99"
}
}

Did that work?
Mr. Flare is offline
akcaliberg
Senior Member
Join Date: Nov 2011
Location: Istanbul
Old 05-30-2018 , 10:22   Re: Why can't i make myself an admin?
Reply With Quote #18

No.

Click "Go Advanced" in the Quick Reply panel.
Then scroll down to the "Additional Options" section and click "Manage Attachments".
Upload your file from there.

Last edited by akcaliberg; 05-30-2018 at 10:24.
akcaliberg is offline
Mr. Flare
Junior Member
Join Date: May 2018
Old 06-09-2018 , 17:50   Re: Why can't i make myself an admin?
Reply With Quote #19

Code:
/**
* USE THIS SECTION TO DECLARE DETAILED ADMIN PROPERTIES.
*
* Each admin should have its own "Admin" section, followed by a name.
* The name does not have to be unique.
*
* Available properties: (Anything else is filtered as custom)
* "auth" - REQUIRED - Auth method to use. Built-in methods are:
* "steam" - Steam based authentication
* "name" - Name based authentication
* "ip"	- IP based authentication
* Anything else is treated as custom.
*	Note: Only one auth method is allowed per entry.
*
* "identity" - REQUIRED - Identification string, for example, a steamid or name.
*	Note: Only one identity is allowed per entry.
*
* "password" - Optional password to require.
* "group" - Adds one group to the user's group table.
* "flags" - Adds one or more flags to the user's permissions.
*	"immunity"	- Sets the user's immunity level (0 = no immunity).
*	Immunity can be any value. Admins with higher 
*	values cannot be targetted. See sm_immunity_mode 
*	to tweak the rules. Default value is 0.
*
* Example:
"BAILOPAN"
{
"auth"	"steam"
"identity"	"STEAM_0:1:16"
"flags"	"abcdef"
}
*
*/
Admins
{

"Mr. Flare"
{
"auth" "steam"
"identity" "STEAM_1:1:150457272"
"flags" "z"
"immunity" "99"
}
}
Did that work?
Mr. Flare is offline
akcaliberg
Senior Member
Join Date: Nov 2011
Location: Istanbul
Old 06-09-2018 , 22:05   Re: Why can't i make myself an admin?
Reply With Quote #20






Upload your file from there. DO NOT COPY PASTE IT.

If you succeed, it should look like this:



The reason we are asking the file itself, is that the permissions of the file could be configured incorrectly.

Last edited by akcaliberg; 06-09-2018 at 22:10.
akcaliberg 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 10:43.


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