Raised This Month: $ Target: $400
 0% 

Help sometimes sourcemod dont load admin file?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
chikarkas36
AlliedModders Donor
Join Date: Oct 2009
Location: santa rosa ca
Old 02-05-2010 , 02:29   Help sometimes sourcemod dont load admin file?
Reply With Quote #1

well sometimes my server load admins files and sometimes dont i dunno why
is weird help please ?
[SM] You do not have access to this command.
[SM] You do not have access to this command.
[SM] You do not have access to this command.
[SM] You do not have access to this command.
[SM] You do not have access to this command.
[SM] You do not have access to this command.

Here is my admins.cfg

PHP 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
{
    
"T-GO™ Chikarkas36"
    
{
        
"auth"        "steam"
        "identity"        "STEAM_0:1:20328632"
        "immunity"        "5"
        "flags"        "abcdefghijklmnzopqrst"
    
}
}
"Admins"
{
    
"jando"
    
{
        
"auth"        "steam"
        "identity"        "STEAM_0:0:3106449"
        "immunity"        "5"
        "flags"        "abcdefghijklmnoprst"
    
}
}
"Admins"
{
    
"gaspar"
    
{
        
"auth"        "steam"
        "identity"        "STEAM_0:0:19173133"
        "immunity"        "5"
        "flags"        "abcdefghijklmnoprst"
    
}

__________________
[U]
chikarkas36 is offline
Send a message via MSN to chikarkas36 Send a message via Skype™ to chikarkas36
chikarkas36
AlliedModders Donor
Join Date: Oct 2009
Location: santa rosa ca
Old 02-05-2010 , 02:37   Re: Help sometimes sourcemod dont load admin file?
Reply With Quote #2

here is my sourcemod plugin list
PHP Code:
[SMListing 27 plugins:
           
01 "Admin File Reader" (1.3.0by AlliedModders LLC
           02 
"Admin Help" (1.3.0by AlliedModders LLC
           03 
"Admin Menu" (1.3.0by AlliedModders LLC
           04 
"Anti-Flood" (1.3.0by AlliedModders LLC
           05 
"Basic Ban Commands" (1.3.0by AlliedModders LLC
           06 
"Basic Chat" (1.3.0by AlliedModders LLC
           07 
"Basic Comm Control" (1.3.0by AlliedModders LLC
           08 
"Basic Commands" (1.3.0by AlliedModders LLC
           09 
"Basic Info Triggers" (1.3.0by AlliedModders LLC
           10 
"Basic Votes" (1.3.0by AlliedModders LLC
           11 
"VBAC" (3.3by MoggieX
           12 
"Bot Ping" (1.0.1by Knagg0
           13 
"Client Preferences" (1.3.0by AlliedModders LLC
           14 
"Fun Commands" (1.3.0by AlliedModders LLC
           15 
"Fun Votes" (1.3.0by AlliedModders LLC
           16 
"Nextmap" (1.3.0by AlliedModders LLC
           17 
"Player Commands" (1.3.0by AlliedModders LLC
           18 
"Players Votes" (1.5.0by The ResidentpZv!
           
19 "PsychoStats Interface Plugin Rearmed" (0.94by Axon
           20 
"Quake Sounds" (1.8by dalto
           21 
"Reserved Slots" (1.3.0by AlliedModders LLC
           22 
"Weapon Restrictions" (3.0.2by Liam
           23 
"Sound Commands" (1.3.0by AlliedModders LLC
           24 
"SourceAdmin" (1.2.4by AlliedModders LLC
           25 
"MapChooser" (1.3.0by AlliedModders LLC
           26 
"Map Nominations" (1.3.0by AlliedModders LLC
           27 
"Rock The Vote" (1.2.4by AlliedModders LLC 
__________________
[U]
chikarkas36 is offline
Send a message via MSN to chikarkas36 Send a message via Skype™ to chikarkas36
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-05-2010 , 05:56   Re: Help sometimes sourcemod dont load admin file?
Reply With Quote #3

Wiki tutorial
http://wiki.alliedmods.net/Adding_Ad...28SourceMod%29

admins.cfg
PHP Code:
Admins
{
    
"T-GO™ Chikarkas36"
    
{
        
"auth"        "steam"
        "identity"        "STEAM_0:1:20328632"
        "immunity"        "5"
        "flags"        "abcdefghijklmnzopqrst"
    
}

    
"jando"
    
{
        
"auth"        "steam"
        "identity"        "STEAM_0:0:3106449"
        "immunity"        "5"
        "flags"        "abcdefghijklmnoprst"
    
}

    
"gaspar"
    
{
        
"auth"        "steam"
        "identity"        "STEAM_0:0:19173133"
        "immunity"        "5"
        "flags"        "abcdefghijklmnoprst"
    
}

Will this help ?

And T-GO™ Chikarkas36 flags.. it can need only z (Magically enables all flags.)
http://wiki.alliedmods.net/Adding_Ad...28SourceMod%29

Why you have start thread in here ?
It should be

Last edited by Bacardi; 02-05-2010 at 06:07. Reason: info
Bacardi is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 02-05-2010 , 10:16   Re: Help sometimes sourcemod dont load admin file?
Reply With Quote #4

Quote:
24 "SourceAdmin" (1.2.4) by AlliedModders LLC
Remove this plugin immediately and install D-FENS. This file is in no way created by the SM team and is a backdoor plugin. The file should be named sourceadmin.smx
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-05-2010 , 13:46   Re: Help sometimes sourcemod dont load admin file?
Reply With Quote #5


Dam. Can't see those files so quickly...

*Edit
And those who read this also, sourcemod can block plugins to be not loaded.
addons\sourcemod\configs\plugin_settings.cfg
Code:
     "Plugins"
{
    "*"
    {
        "pause"            "no"
        "lifetime"        "mapsync"
        
        "Options"
        {
        }
    }
    
    "sourceadmin.smx"
    {
        "blockload"            "yes"
        
    }
}
this will stop cracked sourceadmin.smx plugin load to server.
__________________
Do not Private Message @me

Last edited by Bacardi; 02-13-2010 at 07:18.
Bacardi is offline
Lob (UK
Veteran Member
Join Date: Jun 2009
Old 02-05-2010 , 15:01   Re: Help sometimes sourcemod dont load admin file?
Reply With Quote #6

Do you have errors in your sourcemod Log regarding your admin.cfg Layout?

Try using this in your admins.cfg instead.

Code:
 
Admins
{
        "T-GO™ Chikarkas36"
        {
               "auth"                   "steam"
               "identity"               "STEAM_0:1:20328632"
               "immunity"               "5"
               "flags"                  "abcdefghijklmnzopqrst"
        }
 
        "jando"
        {
               "auth"                   "steam"
               "identity"               "STEAM_0:0:3106449"
               "immunity"               "5"
               "flags"                  "abcdefghijklmnoprst"
        }
 
        "gaspar"
        {
               "auth"                   "steam"
               "identity"               "STEAM_0:0:19173133"
               "immunity"               "5"
               "flags"                  "abcdefghijklmnoprst"
        }
}
- Lob (UK)
Lob (UK is offline
chikarkas36
AlliedModders Donor
Join Date: Oct 2009
Location: santa rosa ca
Old 02-06-2010 , 21:53   Re: Help sometimes sourcemod dont load admin file?
Reply With Quote #7

Quote:
Originally Posted by YamiKaitou View Post
Remove this plugin immediately and install D-FENS. This file is in no way created by the SM team and is a backdoor plugin. The file should be named sourceadmin.smx
thank you i think this fix my problem
__________________
[U]
chikarkas36 is offline
Send a message via MSN to chikarkas36 Send a message via Skype™ to chikarkas36
chikarkas36
AlliedModders Donor
Join Date: Oct 2009
Location: santa rosa ca
Old 02-06-2010 , 22:01   Re: Help sometimes sourcemod dont load admin file?
Reply With Quote #8

well i remove this

24 "SourceAdmin" (1.2.4) by AlliedModders LLC

already an looks still not working
__________________
[U]
chikarkas36 is offline
Send a message via MSN to chikarkas36 Send a message via Skype™ to chikarkas36
chikarkas36
AlliedModders Donor
Join Date: Oct 2009
Location: santa rosa ca
Old 02-06-2010 , 22:05   Re: Help sometimes sourcemod dont load admin file?
Reply With Quote #9

here mi error.log but nothing from admin wear
PHP Code:
L 02/05/2010 11:28:37: [SM]   [0]  Line 411restrict/restrict_utils.sp::RemoveWeapon()
L 02/05/2010 11:28:37: [SM]   [1]  Line 110restrict/events.sp::Event_ItemPickup()
L 02/05/2010 11:28:37: [SMNative "EquipPlayerWeapon" reportedNULL not allowed
L 02
/05/2010 11:28:37: [SMDisplaying call stack trace for plugin "restrict.smx":
L 02/05/2010 11:28:37: [SM]   [0]  Line 411restrict/restrict_utils.sp::RemoveWeapon()
L 02/05/2010 11:28:37: [SM]   [1]  Line 110restrict/events.sp::Event_ItemPickup()
L 02/05/2010 11:28:50Error log file session closed.
L 02/06/2010 05:05:00SourceMod error session started
L 02
/06/2010 05:05:00Info (map "de_cbble") (file "errors_20100206.log")
L 02/06/2010 05:05:00: [SMPlugin encountered error 22Maximum number of parameters reached
L 02
/06/2010 05:05:00: [SMNative "ReplyToCommand" reportedTranslation string formatted incorrectly missing at least 2 parameters
L 02
/06/2010 05:05:00: [SMDisplaying call stack trace for plugin "rockthevote.smx":
L 02/06/2010 05:05:00: [SM]   [0]  Line 227C:\builds\build-sourcemod\win32-1.2\build\plugins\rockthevote.sp::AttemptRTV()
L 02/06/2010 05:05:00: [SM]   [1]  Line 197C:\builds\build-sourcemod\win32-1.2\build\plugins\rockthevote.sp::Command_Say()
L 02/06/2010 05:06:29: [SMPlugin encountered error 22Maximum number of parameters reached
L 02
/06/2010 05:06:29: [SMNative "ReplyToCommand" reportedTranslation string formatted incorrectly missing at least 2 parameters
L 02
/06/2010 05:06:29: [SMDisplaying call stack trace for plugin "rockthevote.smx":
L 02/06/2010 05:06:29: [SM]   [0]  Line 227C:\builds\build-sourcemod\win32-1.2\build\plugins\rockthevote.sp::AttemptRTV()
L 02/06/2010 05:06:29: [SM]   [1]  Line 197C:\builds\build-sourcemod\win32-1.2\build\plugins\rockthevote.sp::Command_Say()
L 02/06/2010 05:08:01Error log file session closed.
L 02/06/2010 14:37:41SourceMod error session started
L 02
/06/2010 14:37:41Info (map "cs_italy") (file "errors_20100206.log")
L 02/06/2010 14:37:41: [SMPlugin encountered error 22Maximum number of parameters reached
L 02
/06/2010 14:37:41: [SMNative "ReplyToCommand" reportedTranslation string formatted incorrectly missing at least 2 parameters
L 02
/06/2010 14:37:41: [SMDisplaying call stack trace for plugin "rockthevote.smx":
L 02/06/2010 14:37:41: [SM]   [0]  Line 227C:\builds\build-sourcemod\win32-1.2\build\plugins\rockthevote.sp::AttemptRTV()
L 02/06/2010 14:37:41: [SM]   [1]  Line 197C:\builds\build-sourcemod\win32-1.2\build\plugins\rockthevote.sp::Command_Say()
L 02/06/2010 14:43:21: [SMPlugin encountered error 22Maximum number of parameters reached
L 02
/06/2010 14:43:21: [SMNative "ReplyToCommand" reportedTranslation string formatted incorrectly missing at least 2 parameters
L 02
/06/2010 14:43:21: [SMDisplaying call stack trace for plugin "rockthevote.smx":
L 02/06/2010 14:43:21: [SM]   [0]  Line 227C:\builds\build-sourcemod\win32-1.2\build\plugins\rockthevote.sp::AttemptRTV()
L 02/06/2010 14:43:21: [SM]   [1]  Line 197C:\builds\build-sourcemod\win32-1.2\build\plugins\rockthevote.sp::Command_Say()
L 02/06/2010 14:50:16Error log file session closed
__________________
[U]
chikarkas36 is offline
Send a message via MSN to chikarkas36 Send a message via Skype™ to chikarkas36
chikarkas36
AlliedModders Donor
Join Date: Oct 2009
Location: santa rosa ca
Old 02-06-2010 , 22:24   Re: Help sometimes sourcemod dont load admin file?
Reply With Quote #10

and here is the sm_list again admin not working ??

PHP Code:
sm plugins list 
 
"Admin File Reader" (1.3.0by AlliedModders LLC
 
"Admin Help" (1.3.0by AlliedModders LLC
 
"Admin Menu" (1.3.0by AlliedModders LLC
 
"Anti-Flood" (1.3.0by AlliedModders LLC
 
"Basic Ban Commands" (1.3.0by AlliedModders LLC
 
"Basic Chat" (1.3.0by AlliedModders LLC
 
"Basic Comm Control" (1.3.0by AlliedModders LLC
 
"Basic Commands" (1.3.0by AlliedModders LLC
 
"Basic Info Triggers" (1.3.0by AlliedModders LLC
 
"Basic Votes" (1.3.0by AlliedModders LLC 
__________________
[U]
chikarkas36 is offline
Send a message via MSN to chikarkas36 Send a message via Skype™ to chikarkas36
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 11:58.


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