AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Admins not loaded/reloaded on connect/mapchange (https://forums.alliedmods.net/showthread.php?t=229668)

DeLiriuM 11-12-2013 02:31

Admins not loaded/reloaded on connect/mapchange
 
So... I've been banging my head for the last few hours, on how to fix the issue.

Currently, when an admin joins the server, privileges are not set. He's added correctly in the users.ini file. Tried both via steamID and IP.
After typing amx_reloadadmins he gets the needed flags.

Code:

version
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 10:03:21 Aug  8 2013 (6132)

Code:

Metamod v1.21p37  2013/05/30 (5:13)
by Will Day
  http://www.metamod.org/
 Patch: Metamod-P (mm-p) v37
 by Jussi Kivilinna
    http://metamod-p.sourceforge.net/
compiled: May 30 2013, 11:41:16 EET (optimized)

Code:

Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] AMX Mod X        RUN  -    amxmodx_mm_i386.  v1.8.2    ini  Start ANY 
 [ 2] Fun              RUN  -    fun_amxx_i386.so  v1.8.2    pl1  ANY  ANY 
 [ 3] Engine          RUN  -    engine_amxx_i386  v1.8.2    pl1  ANY  ANY 
 [ 4] FakeMeta        RUN  -    fakemeta_amxx_i3  v1.8.2    pl1  ANY  ANY 
 [ 5] CStrike          RUN  -    cstrike_amxx_i38  v1.8.2    pl1  ANY  ANY 
 [ 6] CSX              RUN  -    csx_amxx_i386.so  v1.8.2    pl1  ANY  ANY 
 [ 7] Ham Sandwich    RUN  -    hamsandwich_amxx  v1.8.2    pl1  ANY  ANY

Code:

amxx version
AMX Mod X 1.8.2 (http://www.amxmodx.org)
Authors:
        David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
        Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
        Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
        Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Feb 14 2013, 00:55:09
Build ID: 1.8.2 61:2ae84f7c0a97
Core mode: JIT+ASM32

Code:

Currently loaded modules:
      name                    version    author              status   
 [ 1] Fun                    1.8.2      AMX Mod X Dev Team  running   
 [ 2] Engine                  1.8.2      AMX Mod X Dev Team  running   
 [ 3] FakeMeta                1.8.2      AMX Mod X Dev Team  running   
 [ 4] nVault                  1.8.2      AMX Mod X Dev Team  running   
 [ 5] CStrike                1.8.2      AMX Mod X Dev Team  running   
 [ 6] CSX                    1.8.2      AMX Mod X Dev Team  running   
 [ 7] Ham Sandwich            1.8.2      AMX Mod X Dev Team  running   
7 modules, 7 correct

Code:

      name                    version    author            file            status 
 [  1] Admin Base              1.8.2      AMXX Dev Team    admin.amxx      running 
 [  2] Admin Commands          1.8.2      AMXX Dev Team    admincmd.amxx    running 
 [  3] Admin Help              1.8.2      AMXX Dev Team    adminhelp.amxx  running 
 [  4] Menus Front-End        1.8.2      AMXX Dev Team    menufront.amxx  running 
 [  5] Commands Menu          1.8.2      AMXX Dev Team    cmdmenu.amxx    running 
 [  6] Players Menu            1.8.2      AMXX Dev Team    plmenu.amxx      running 
 [  7] Plugin Menu            1.8.2      AMXX Dev Team    pluginmenu.amxx  running 
 [  8] Admin Chat              1.8.2      AMXX Dev Team    adminchat.amxx  running 
 [  9] Anti Flood              1.8.2      AMXX Dev Team    antiflood.amxx  running 
 [ 10] Admin Votes            1.8.2      AMXX Dev Team    adminvote.amxx  running 
 [ 11] NextMap                1.8.2      AMXX Dev Team    nextmap.amxx    running 
 [ 12] Nextmap Chooser        1.8.2      AMXX Dev Team    mapchooser.amxx  running 
 [ 13] TimeLeft                1.8.2      AMXX Dev Team    timeleft.amxx    running 
 [ 14] Stats Configuration    1.8.2      AMXX Dev Team    statscfg.amxx    running 
 [ 15] Restrict Weapons        1.8.2      AMXX Dev Team    restmenu.amxx    running 
 [ 16] StatsX                  1.8.2      AMXX Dev Team    statsx.amxx      running 
 [ 17] CS Misc. Stats          1.8.2      AMXX Dev Team    miscstats.amxx  running 
17 plugins, 17 running


wickedd 11-12-2013 07:22

Re: Admins not loaded/reloaded on connect/mapchange
 
Does this happens to all of your admins?

afffer99 11-12-2013 07:33

Re: Admins not loaded/reloaded on connect/mapchange
 
Same happened to me it happens for all admins. I fixed it by removing the things which were not happening before it in amxx.cfg. Give a try just replace it with a new clean amxx.cfg from the amxx package. Then if solved try to revert back things u wrote in amxx.cfg previously.

DeLiriuM 11-12-2013 08:20

Re: Admins not loaded/reloaded on connect/mapchange
 
@wickedd - all admins
@afffer99 - the installation is fresh. Nothing was changed after downloading the files from here.

WildCard65 11-12-2013 08:25

Re: Admins not loaded/reloaded on connect/mapchange
 
Did you add the admins to the file while the server was running? If so... dun dun dun.... problem solved.

DeLiriuM 11-12-2013 08:39

Re: Admins not loaded/reloaded on connect/mapchange
 
:) You don't say.

WildCard65 11-12-2013 08:41

Re: Admins not loaded/reloaded on connect/mapchange
 
Well from my knowledge of sourcemod and if the same applies to AMXX, open server starting the users.ini file is cached into memory once and if you change the file after the contents of it have been cached, running amxx_reloadadmins dumps the cache and recaches the users.ini file.

DeLiriuM 11-12-2013 08:50

Re: Admins not loaded/reloaded on connect/mapchange
 
I know that. That's not the issue in this case.

WildCard65 11-12-2013 09:10

Re: Admins not loaded/reloaded on connect/mapchange
 
Then maybe the file didn't cache right the first time. IDK now in the OP you described it as if you added the admin to the file while server was running.

wickedd 11-12-2013 15:39

Re: Admins not loaded/reloaded on connect/mapchange
 
If everyone looses their privileges, how can you use amx_reloadadmins?


All times are GMT -4. The time now is 05:09.

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