Raised This Month: $ Target: $400
 0% 

Ammx Plugins don't Load [HELP]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ekabum
Member
Join Date: Jun 2009
Old 08-06-2015 , 00:47   Ammx Plugins don't Load [HELP]
Reply With Quote #1

Hello.
I have a problem with server on nix platform

On server start

Method plugins.ini
Code:
linux addons/amxmodx/dlls/amxmodx_mm_i386.so

Code:
Server IP address 127.0.1.1:27015
   
   Metamod version 1.19  Copyright (c) 2001-2006 Will Day <[email protected]>
   Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
   This is free software, and you are welcome to redistribute it
   under certain conditions; type `meta gpl' for details.
   

   AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team 
   AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
   This is free software and you are welcome to redistribute it under 
   certain conditions; type 'amxx gpl' for details.
Then Meta List

Code:
meta list
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  
1 plugins, 1 running
Then amxx plugins

Code:
amxx plugins 
Currently loaded plugins:
       name                    version     author            file             status   
0 plugins, 0 running
Amxx Plugins


Code:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
amxbans_core.amxx
amxbans_main.amxx
admin_spec_esp.amxx

;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
super_mapchooser.amxx
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
mode.amxx

afk_manager.amxx
amx_hpk.amxx
rtv.amxx
Please try to help me. On win server its normarly work with this plugins

Last edited by ekabum; 08-06-2015 at 00:49.
ekabum is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 08-06-2015 , 02:40   Re: Ammx Plugins don't Load [HELP]
Reply With Quote #2

I remember a similar problem a few days ago. Please post your full liblist.gam and metamod plugins.ini
__________________

Mordekay is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-06-2015 , 03:27   Re: Ammx Plugins don't Load [HELP]
Reply With Quote #3

Having no loaded plugins means plugins.ini has not been read. Likely file has been renamed or has a wrong extension.
__________________
Arkshine is offline
ekabum
Member
Join Date: Jun 2009
Old 08-06-2015 , 03:39   Re: Ammx Plugins don't Load [HELP]
Reply With Quote #4

Quote:
Originally Posted by Mordekay View Post
I remember a similar problem a few days ago. Please post your full liblist.gam and metamod plugins.ini
liblist.gam
Code:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1" 
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll_linux "addons/metamod/metamod_i386.so"
trainmap "tr_1"
metamod plugins.ini

Code:
linux addons/amxmodx/dlls/amxmodx_mm_i386.so 
;linux addons/mmtimer/mmtimer_i386.so
ekabum is offline
ekabum
Member
Join Date: Jun 2009
Old 08-06-2015 , 03:43   Re: Ammx Plugins don't Load [HELP]
Reply With Quote #5

Quote:
Originally Posted by Arkshine View Post
Having no loaded plugins means plugins.ini has not been read. Likely file has been renamed or has a wrong extension.
Attached Images
File Type: jpg configs.jpg (60.5 KB, 789 views)
ekabum is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-06-2015 , 03:47   Re: Ammx Plugins don't Load [HELP]
Reply With Quote #6

What is the * ?
__________________
Arkshine is offline
ekabum
Member
Join Date: Jun 2009
Old 08-06-2015 , 03:56   Re: Ammx Plugins don't Load [HELP]
Reply With Quote #7

Quote:
Originally Posted by Arkshine View Post
What is the * ?
linux chmod 777 rules. its norm for linux
ekabum is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-06-2015 , 04:04   Re: Ammx Plugins don't Load [HELP]
Reply With Quote #8

What is the output of this server command: localinfo
__________________
Arkshine is offline
ekabum
Member
Join Date: Jun 2009
Old 08-06-2015 , 04:12   Re: Ammx Plugins don't Load [HELP]
Reply With Quote #9

Quote:
Originally Posted by Arkshine View Post
What is the output of this server command: localinfo
Code:
localinfo
Local info settings:
amxx_cfg            addons/amxmodx/configs/core.ini
amxx_logs           addons/amxmodx/logs
amxx_configsdir     addons/amxmodx/configs
amxx_datadir        addons/amxmodx/data
amxx_modules        addons/amxmodx/configs/modules.ini
amxx_plugins        addons/amxmodx/configs/plugins.ini
amxx_pluginsdir     addons/amxmodx/plugins
amxx_modulesdir     addons/amxmodx/modules
amxx_vault          addons/amxmodx/data/vault.ini
amxx_logging        1
bin_logging         49
max_binlog_size     20
optimizer           7
ekabum is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-06-2015 , 04:40   Re: Ammx Plugins don't Load [HELP]
Reply With Quote #10

Can you show content of your configs/modules.ini and the output of server command: amxx modules
__________________

Last edited by Arkshine; 08-06-2015 at 04:40.
Arkshine 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 01:26.


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