Raised This Month: $ Target: $400
 0% 

Admins Don't Get Access


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
xtrm
Junior Member
Join Date: Jun 2007
Old 07-21-2009 , 14:09   Admins Don't Get Access
Reply With Quote #1

admins.txt

Code:
    "xtrm"
    {
        "auth"            "steam"
        "identity"        "STEAM_0:1:14096648"
        "flags"            "z"
    }
admins_simple.ini

Code:
"STEAM_0:1:14096648" "99:z"
Where am I doing wrong Mani admin works in the same server.

Last edited by xtrm; 07-21-2009 at 14:18.
xtrm is offline
xtrm
Junior Member
Join Date: Jun 2007
Old 07-22-2009 , 05:39   Re: Admins Don't Get Access
Reply With Quote #2

Need help lads cmon...
xtrm is offline
NouveauJoueur
SourceMod Donor
Join Date: May 2009
Old 07-22-2009 , 05:43   Re: Admins Don't Get Access
Reply With Quote #3

admins_simple.ini


Quote:
STEAM_0:1:21565995 "99:z"
(This is my steam id )

And then type in server's console :

sm_reloadadmins

Or change the map.
Make sure sourcemod is loaded by typing : sm plugins list, in your client console or server console, if you get no answer it means sourcemod isn't loaded. When you type sm_admin, it tells ya [SM] You do not have access to this command. or Unknown command ?
NouveauJoueur is offline
xtrm
Junior Member
Join Date: Jun 2007
Old 07-22-2009 , 05:50   Re: Admins Don't Get Access
Reply With Quote #4

Ok thanks its done.

Last edited by xtrm; 07-22-2009 at 05:58.
xtrm is offline
Pietje
Member
Join Date: Oct 2007
Old 07-22-2009 , 11:12   Re: Admins Don't Get Access
Reply With Quote #5

I have the same problem with 1 of my servers, if i connect i have admin but when i disconnect and connect again it says:[SM] You do not have access to this command. Then i need to put sm_reloadadmins in console to get it working again.
But the other admins dont have rcon so they cant put it in console so they need to w8 till i come home.

What can be the problem, and most important how can i solve it??
Can it have something to do with database not reachable now and then??
Pietje is offline
xtrm
Junior Member
Join Date: Jun 2007
Old 07-22-2009 , 11:14   Re: Admins Don't Get Access
Reply With Quote #6

OK this is very wierd now it works sometimes when you put reload admin command in console.
xtrm is offline
NouveauJoueur
SourceMod Donor
Join Date: May 2009
Old 07-22-2009 , 11:30   Re: Admins Don't Get Access
Reply With Quote #7

Can you both show me your admins_simple.ini, and core.cfg ?
What version of SM and MM:S are you using ?
List of plugins you're using too.
NouveauJoueur is offline
xtrm
Junior Member
Join Date: Jun 2007
Old 07-22-2009 , 11:43   Re: Admins Don't Get Access
Reply With Quote #8

Mani Admin Plugin v1.2BetaS
EventScripts v2.0.0.248
MetaMod:Source v1.7.1V
SourceMod v1.2.1

core.cfg

Code:
/**
 * This file is used to set various options that are important to SourceMod's core.
 * If this file is missing or an option in this file is missing, then the default values will be used.
 */
"Core"
{
 /**
  * This option determines if SourceMod logging is enabled.
  *
  * "on"  - Logging is enabled (default)
  * "off" - Logging is disabled
  */
 "Logging"  "on"
 
 /**
  * This option determines how SourceMod logging should be handled.
  *
  * "daily" - New log file is created for each day (default)
  * "map" - New log file is created for each map change
  * "game" - Use game's log files
  */
 "LogMode"  "daily"
 
 /**
  * Language that multilingual enabled plugins and extensions will use to print messages.
  * Only languages listed in languages.cfg are valid.
  *
  * The default value is "en"
  */
 "ServerLang" "en"
 
 /**
  * String to use as the public chat trigger.  Set an empty string to disable.
  */
 "PublicChatTrigger"  "!"
 
 /**
  * String to use as the silent chat trigger.  Set an empty string to disable.
  */
 "SilentChatTrigger"  "/"
 
 /**
  * If a say command is a silent chat trigger, and is used by an admin, 
  * but it does not evaluate to an actual command, it will be displayed 
  * publicly.  This setting allows you to suppress accidental typings.
  *
  * The default value is "no".  A value of "yes" will supress.
  */
 "SilentFailSuppress" "no"
 
 /**
  * Password setinfo key that clients must set.  You must change this in order for
  * passwords to work, for security reasons.
  */
 "PassInfoVar"   "_password"
 
 /**
  * Specifies the sound that gets played when an item is selected from a menu.
  */
 "MenuItemSound"   "buttons/button14.wav"
 /**
  * Specifies the sound that gets played when an "Exit" button is selected 
  * from a menu.
  */
 "MenuExitSound"   "buttons/combine_button7.wav"
 
 /**
  * Specifies the sound that gets played when an "Exit Back" button is selected 
  * from a menu.  This is the special "Back" button that is intended to roll back
  * to a previous menu.
  */
 "MenuExitBackSound"  "buttons/combine_button7.wav"
 /**
  * Enables or disables whether SourceMod reads a client's cl_language cvar to set 
  * their language for server-side phrase translation.
  *
  * "on"  - Translate using the client's language (default)
  * "off" - Translate using default server's language
  */
 "AllowClLanguageVar"  "On"
 /**
  * Enables or Disables SourceMod's automatic gamedata updating.
  *
  * The default value is "no". A value of "yes" will block the Auto Updater.
  */
 "DisableAutoUpdate"   "no"
 /**
  * If set to yes, a successful gamedata update will attempt to restart SourceMod.
  * SourceMod is unloaded and reloaded, and the map is changed to the current map.
  * Since gamedata updates occur when the server loads, impact should be minimal.
  * But to be safe, this option is disabled by default.
  */
 "ForceRestartAfterUpdate" "no"
 /**
  * URL to use for retrieving update information.
  * SSL is not yet supported.
  */
 "AutoUpdateURL"    "http://update.sourcemod.net/update/"
 /**
  * Whether to show debug spew.  
  * Currently this will log details about the gamedata updating process.
  */
 "DebugSpew"     "no"
}
admins.txt

Code:
    "xtrm"
    {
        "auth"            "steam"
        "identity"        "STEAM_0:1:17380058"
        "flags"            "z"
    }admins_simple.ini
admins_simple.ini

Code:
STEAM_0:1:17380059 "99:z"
Plugins

01 "SourceBans" (1.4.3) by InterWave Studios Development Team
02 "Basic Chat" (1.2.1) by AlliedModders LLC
03 "Spray Tracer" (5.7) by Nican132, CptMoore, Lebson506th
04 "Basic Comm Control" (1.2.1) by AlliedModders LLC
05 "Fun Commands" (1.2.1) by AlliedModders LLC
06 "Sound Commands" (1.2.1) by AlliedModders LLC
07 "Anti-Flood" (1.2.1) by AlliedModders LLC
08 "Fun Votes" (1.2.1) by AlliedModders LLC
09 "Admin Menu" (1.2.1) by AlliedModders LLC
10 "Admin Help" (1.2.1) by AlliedModders LLC
11 "Admin File Reader" (1.2.1) by AlliedModders LLC
12 "Reserved Slots" (1.2.1) by AlliedModders LLC
13 "Basic Commands" (1.2.1) by AlliedModders LLC
14 "Player Commands" (1.2.1) by AlliedModders LLC
15 "Client Preferences" (1.2.1) by AlliedModders LLC
16 "Basic Votes" (1.2.1) by AlliedModders LLC

Last edited by xtrm; 07-22-2009 at 11:46.
xtrm is offline
Doggie52
Senior Member
Join Date: Jul 2007
Location: Sweden
Old 07-22-2009 , 11:59   Re: Admins Don't Get Access
Reply With Quote #9

AFAIK you don't need to enter anything into admins_simple.ini. Leave that file empty and you should be alright.
__________________
Quote:
Originally Posted by Iltafragit View Post
4kg ram i5 processor
Doggie52 is offline
Pietje
Member
Join Date: Oct 2007
Old 07-22-2009 , 12:58   Re: Admins Don't Get Access
Reply With Quote #10

I have it basiclly the same as xtrm, core is the same admins_simple is empty and in admins.cfg i have a full list of admins from our community.

sourcemod_version "1.2.1"
metamod_version "1.7.1V"

Plugins list:
Code:
18:57:55 [SM] Listing 33 plugins:
           01 "Admin File Reader" (1.2.1) by AlliedModders LLC
           02 "Admin Help" (1.2.1) by AlliedModders LLC
           03 "Admin Menu" (1.2.1) by AlliedModders LLC
           04 "Anti-Flood" (1.2.1) by AlliedModders LLC
           05 "Anti-Rejoin" (2.0.0) by exvel
           06 "Basic Chat" (1.2.1) by AlliedModders LLC
           07 "Basic Comm Control" (1.2.1) by AlliedModders LLC
           08 "Basic Commands" (1.2.1) by AlliedModders LLC
           09 "Basic Info Triggers" (1.2.1) by AlliedModders LLC
           10 "Basic Votes" (1.2.1) by AlliedModders LLC
           11 "VBAC" (3.3) by MoggieX
           12 "Client Preferences" (1.2.1) by AlliedModders LLC
           13 "Fun Commands" (1.2.1) by AlliedModders LLC
           14 "Fun Votes" (1.2.1) by AlliedModders LLC
           15 "GunGame:SM" (1.0.0.1.11) by teame06-hat, Liam, Otstrel.ru
           16 "GunGame:SM Afk Management" (1.0.0.1.11) by teame06-hat
           17 "GunGame:SM Config Reader" (1.0.0.1.11) by teame06-hat
           18 "GunGame:SM Display Winner" (1.0.0.1.11) by teame06-hat
           19 "GunGame:SM Winner Logger" (1.0.0.1.11) by teame06-hat
           20 "GunGame:SM Map Vote Starter" (1.0.0.1.11) by teame06-hat
           21 "GunGame:SM Stats" (1.0.0.1.11) by teame06-hat, Liam
           22 "GunGame:SM TK Management" (1.0.0.1.11) by teame06-hat
           23 "High Ping Kicker - Lite Edition" (1.0.0.1) by Liam
           24 "Nextmap" (1.2.1) by AlliedModders LLC
           25 "NoBlock" (1.0.0) by Otstrel.ru Team
           26 "Player Commands" (1.2.1) by AlliedModders LLC
           27 "Players Votes" (1.4.1) by The Resident, pZv!
           28 "Save Scores" (1.2.2) by exvel
           29 "SoDStats" (1.0.11) by ]SoD[ Frostbyte
           30 "Sound Commands" (1.2.1) by AlliedModders LLC
           31 "SourceBans" (1.4.3) by InterWave Studios Development Team
           32 "Team Balance" (2.2.2) by dalto
           33 "Web Shortcuts" (1.0.1) by James "sslice" Gray
Pietje 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 04:19.


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