Raised This Month: $51 Target: $400
 12% 

Problem with amxmod


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Glaciojtp
New Member
Join Date: Apr 2020
Location: Argentina
Old 04-06-2020 , 15:00   Problem with amxmod
Reply With Quote #1

Now wheb i load my server in the specalists it gives me

"Host_Error: UserMsg: Not Present on Client 67"

and the server crashes

its definetly something to do with amx, because when i turn it off, i can make servers. I dont know whats is going on can some one help me?

Code:
plugins.ini:
; 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

; Custom - Add 3rd party plugins here
uq_jumpstats.amxx debug
uq_jumpstats_tops.amxx
respawn.amxx
adminhook.amxx
admin_bury.amxx
adminglow.amxx
;adminshow.amxx
aliases.amxx
;clexec.amxx
crashmap.amxx
godmode2.amxx
gore.amxx
;helpgen.amxx
;hostages.amxx
recorddemo.amxx
slayall.amxx
;teamswap.amxx
;voteacess.amxx
welcomemsg.amxx
amxx_podbotmenu.amxx
;he_arena.amxx
;chickenmod_oe.amxx
;pb_weap_restr_ffa.amxx
;sniperlimit.amxx
;shptools.amxx
fall_damage_editor.amxx
Code:
modules.ini:
;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.              ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
;cstrike
;csx
;hamsandwich

Code:
metamod plugins.ini:

;; Metamod plugins.ini
; AMX Mod X 1.8.2

win32   addons\amxmodx\dlls\amxmodx_mm.dll
; Enable this instead for binary logging
 win32   addons\amxmodx\dlls\amxmodx_bl_mm.dll
Glaciojtp is offline
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 04-06-2020 , 16:11   Re: Problem with amxmod
Reply With Quote #2

What else are you running on your server?

Show the output of the following:
rcon version
rcon meta version
rcon meta list
rcon amxx version
rcon amxx plugins
rcon status
__________________

Last edited by DruGzOG; 04-06-2020 at 16:13.
DruGzOG is offline
Send a message via AIM to DruGzOG
Glaciojtp
New Member
Join Date: Apr 2020
Location: Argentina
Old 04-06-2020 , 19:38   Re: Problem with amxmod
Reply With Quote #3

Quote:
Originally Posted by DruGzOG View Post
What else are you running on your server?

Show the output of the following:
rcon version
rcon meta version
rcon meta list
rcon amxx version
rcon amxx plugins
rcon status

Sorry i'm not into this, how do i show that?
Glaciojtp is offline
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 04-06-2020 , 20:41   Re: Problem with amxmod
Reply With Quote #4

Quote:
Originally Posted by Glaciojtp View Post
Sorry i'm not into this, how do i show that?
Go into your server console and type that or enter the server, open console, type in the rcon password, and then run those commands (but since you can't enter the server, only way right now would be to access server console)
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 04-07-2020 , 06:19   Re: Problem with amxmod
Reply With Quote #5

do you have error logs? If yes, show them. Also i'd suggest just getting a clean fresh install on your server if this problem persists.
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
Glaciojtp
New Member
Join Date: Apr 2020
Location: Argentina
Old 04-07-2020 , 10:27   Re: Problem with amxmod
Reply With Quote #6

Quote:
Originally Posted by DruGzOG View Post
Go into your server console and type that or enter the server, open console, type in the rcon password, and then run those commands (but since you can't enter the server, only way right now would be to access server console)
I don't know what happened but when I got up today the server was running properly.
sorry for bothering you and thanks for your help.
Glaciojtp is offline
gabuch2
AlliedModders Donor
Join Date: Mar 2011
Location: Chile
Old 04-07-2020 , 10:47   Re: Problem with amxmod
Reply With Quote #7

The Specialists is very unstable as it is, but I got no problems running a server with AMXX 1.9
__________________
gabuch2 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 06:05.


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