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

[CS 1.6] Huge problem with 'users.ini'


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Wortexx
Member
Join Date: Apr 2020
Location: Serbia
Old 04-05-2020 , 13:45   [CS 1.6] Huge problem with 'users.ini'
Reply With Quote #1

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.
Wortexx is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-05-2020 , 13:45   Re: [CS 1.6] Huge problem with 'users.ini'
Reply With Quote #2

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.
__________________
Bugsy is offline
Wortexx
Member
Join Date: Apr 2020
Location: Serbia
Old 04-05-2020 , 13:52   Re: [CS 1.6] Huge problem with 'users.ini'
Reply With Quote #3

Quote:
Originally Posted by Bugsy View Post
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
Wortexx is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-05-2020 , 14:03   Re: [CS 1.6] Huge problem with 'users.ini'
Reply With Quote #4

Define 'nothing special'

Disable all except for native AMX-X plugins and I bet your problem stops.
__________________
Bugsy is offline
Wortexx
Member
Join Date: Apr 2020
Location: Serbia
Old 04-05-2020 , 14:06   Re: [CS 1.6] Huge problem with 'users.ini'
Reply With Quote #5

Quote:
Originally Posted by Bugsy View Post
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.
Wortexx is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-05-2020 , 14:08   Re: [CS 1.6] Huge problem with 'users.ini'
Reply With Quote #6

Quote:
Originally Posted by Wortexx View Post
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.
__________________
Bugsy is offline
Wortexx
Member
Join Date: Apr 2020
Location: Serbia
Old 04-05-2020 , 14:11   Re: [CS 1.6] Huge problem with 'users.ini'
Reply With Quote #7

Quote:
Originally Posted by Bugsy View Post
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.
Wortexx is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-05-2020 , 14:15   Re: [CS 1.6] Huge problem with 'users.ini'
Reply With Quote #8

Quote:
Originally Posted by Wortexx View Post
Is there maybe a plugin that auto restarts server when all rounds finish.
Quote:
Originally Posted by Bugsy View Post
Anything is possible. Even if it's not by design, it could be a bug with one of the plugins.
__________________
Bugsy is offline
Wortexx
Member
Join Date: Apr 2020
Location: Serbia
Old 04-05-2020 , 14:20   Re: [CS 1.6] Huge problem with 'users.ini'
Reply With Quote #9

No, no, you didn't understand me. I want to find plugin that does that and to put it on the server.
Wortexx is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-05-2020 , 14:23   Re: [CS 1.6] Huge problem with 'users.ini'
Reply With Quote #10

Ok, it should be pretty simple to make. When you say all rounds, what does this correspond to?
__________________
Bugsy is offline
Reply


Thread Tools
Display Modes

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 02:37.


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