AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   [CS 1.6] Huge problem with 'users.ini' (https://forums.alliedmods.net/showthread.php?t=322834)

Wortexx 04-05-2020 13:45

[CS 1.6] Huge problem with 'users.ini'
 
While running my server, after some time, users.ini just stops working.
Is that even possible, how can I fix it?

If it needs more explaining: After running my server for, let's say 5 hours, the benefits I had as an admin just disappear and I cannot longer access amxmodmenu. I think that's a users.ini problem.

Bugsy 04-05-2020 13:45

Re: [CS 1.6] Huge problem with 'users.ini'
 
It has to be caused by another plugin you are running. I've never had an issue with AMX-X loading admins from users.ini.

Wortexx 04-05-2020 13:52

Re: [CS 1.6] Huge problem with 'users.ini'
 
Quote:

Originally Posted by Bugsy (Post 2690960)
It has to be caused by another plugin you are running. I've never had an issue with AMX-X loading admins from users.ini.

Here's my plugins.ini, but there is nothing special...

Code:

; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx                                ; admin base (required for any admin-related)
;admin_sql.amxx                        ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx                        ; basic admin console commands
adminhelp.amxx                        ; help command for admin console commands
adminslots.amxx                        ; slot reservation
multilingual.amxx                        ; Multi-Lingual management

; Menus
menufront.amxx                        ; front-end for admin menus
cmdmenu.amxx                                ; command menu (speech, settings)
plmenu.amxx                                ; players menu (kick, ban, client cmds.)
;telemenu.amxx                        ; teleport menu (Fun Module required!)
mapsmenu.amxx                        ; maps menu (vote, changelevel)
pluginmenu.amxx                        ; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx                        ; console chat commands
antiflood.amxx                                ; prevent clients from chat-flooding the server
scrollmsg.amxx                                ; displays a scrolling message
imessage.amxx                                ; displays information messages
adminvote.amxx                        ; vote commands

; Map related
nextmap.amxx                                ; displays next map in mapcycle
mapchooser.amxx                        ; allows to vote for next map
;timeleft.amxx                                ; displays time left on map

; Configuration
pausecfg.amxx                                ; allows to pause and unpause some plugins
statscfg.amxx                                ; allows to manage stats plugins via menu and commands

; Counter-Strike
restmenu.amxx                                ; restrict weapons menu
statsx.amxx                                ; stats on death or round end (CSX Module required!)
;miscstats.amxx                        ; bunch of events announcement for Counter-Strike
;stats_logging.amxx                        ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx                ; AMX Mod backwards compatibility layer

; My custom plugins
abd.amxx                                        ; showing dmg dealt
bunnyhop.amxx                                ; bunny hop
kill_assist.amxx                                ; show assists
crx_chatmanager.amxx                ; manages chat
std_admin_color_chat.amxx        ; green admin chat
admin_check.amxx                        ; /admin to see online admins
advanced_resetscore.amxx        ; /rs to reset you score
new_style_rank.amxx                        ; /rank to see your rank
roundsleft.amxx                                ; hud showing rounds left
ad_manager.amxx                        ; advertisements
semiclip.amxx                                ; can't hit teammates
GHW_Admin_Spec.amxx                ; only admins can spectate
auto_join_on_connect.amxx        ; manage teams
hpperkill_and_armor.amxx                ; you get HP per kill and full armor at respawn
c4timer.amxx                                ; display c4 timer
auto_res_in_x_round.amxx                ; automaticly restarts round
Anti_WallHack.amxx                        ; blocks wh

; Plugins for VIP
VIPSystem.amxx                        ; System engine
VIPSystemMysql.amxx                ; System engine (MySQL)
VIPSystemItems.amxx                ; Items menu
VIPSystemExpansion.amxx                ; Expansion engine


Bugsy 04-05-2020 14:03

Re: [CS 1.6] Huge problem with 'users.ini'
 
Define 'nothing special'

Disable all except for native AMX-X plugins and I bet your problem stops.

Wortexx 04-05-2020 14:06

Re: [CS 1.6] Huge problem with 'users.ini'
 
Quote:

Originally Posted by Bugsy (Post 2690965)
Define 'nothing special'

Disable all except for native AMX-X plugins and I bet your problem stops.

But how can I check it? As I sad it appears after few hours... BUT I didn't mention that when I restart server it fixes. Is there maybe a plugin that auto restarts server when all rounds finish.

Bugsy 04-05-2020 14:08

Re: [CS 1.6] Huge problem with 'users.ini'
 
Quote:

Originally Posted by Wortexx (Post 2690967)
But how can I check it? As I sad it appears after few hours... BUT I didn't mention that when I restart server it fixes. Is there maybe a plugin that auto restarts server when all rounds finish.

Anything is possible. Even if it's not by design, it could be a bug with one of the plugins.

Wortexx 04-05-2020 14:11

Re: [CS 1.6] Huge problem with 'users.ini'
 
Quote:

Originally Posted by Bugsy (Post 2690969)
Anything is possible. Even if it's not by design, it could be a bug with one of the plugins.

Is there maybe a plugin that auto restarts server when all rounds finish.

Bugsy 04-05-2020 14:15

Re: [CS 1.6] Huge problem with 'users.ini'
 
Quote:

Originally Posted by Wortexx (Post 2690970)
Is there maybe a plugin that auto restarts server when all rounds finish.

Quote:

Originally Posted by Bugsy (Post 2690969)
Anything is possible. Even if it's not by design, it could be a bug with one of the plugins.


Wortexx 04-05-2020 14:20

Re: [CS 1.6] Huge problem with 'users.ini'
 
No, no, you didn't understand me. I want to find plugin that does that and to put it on the server.

Bugsy 04-05-2020 14:23

Re: [CS 1.6] Huge problem with 'users.ini'
 
Ok, it should be pretty simple to make. When you say all rounds, what does this correspond to?


All times are GMT -4. The time now is 10:21.

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