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

AmxModX isn't working. Please help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jnick
New Member
Join Date: Apr 2004
Old 04-09-2004 , 16:00   AmxModX isn't working. Please help
Reply With Quote #1

Before anyone jumps to conclusions, I have read the WHOLE documentation that comes with AMXX.

I'm runing a HLDS for Condition Zero.

Root Server directory: C:\HLserver\

AMXX install: C\HLserver\czero\addons\amxx
MetaMod: C:\Hlserver\czero\addons\metamod

I have:

exec addons/amxx/config/amxx.cfg in my server.cfg

I start the server, it starts.

I get the whole MetaMod discalinmer, then it says:

Executing AMX X Configuration File

It says it about twice. I start the server, but nothing happens. If I type in:

amx_help I get:
Unknown Command: amx_help
--------------------------------
Here's my liblist.gam:

game "Condition Zero"
url_info "www.cs-conditionzero.com"
url_dl ""
version "1.0"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
trainmap "tr_1"
fallback_dir "cstrike"
detailed_textures "1"
------------------------------------
Modules.ini

; AMX Mod X Modules; You can specify both linux & win32 modules here

; Fun - This has extra functions for "extra" stuff
fun_amx.dll

; Engine - This has engine functions core to half-life
;engine_amx.dll

; MySQL - This adds MySQL connection support
;mysql_amx.dll

; Counter-Strike - This adds functions specific to Counter-Strike
cstrike_amx.dll

; CS Stats - This adds functionality for CS statistical information
csstats_amx.dll

--------------------------------------
users.ini

; Users configuration file

; File location: $moddir/addons/amxx/configs/users.ini

; Line starting with ; is a comment

; Password:
; Add to your autoexec.cfg: setinfo _pw "<password>"
; Change _pw to the value of amx_password_field



; Format of admin account:

; <name|ip|steamid> <password> <access flags> <account flags>



; Examples of admin accounts:

; "123.43.43.53" "" "abcdefghijklmnopqrstu" "de"

; "STEAM_0:0:14332" "my_password" "abcdefgnstu" "c"

"STEAM_0:0:2590807" "****" "abcdefghijklmnopqrstu" "ce"




"loopback" "" "abcdefghijklmnopqrstu" "de"

I took out all of the access levels mumbo jumbo to save forum space. I'm the ONLY user. That is MY steam ID. I believe that gives me full access.
--------------------------------------------
Hlds Window:

64.0 fps 0/16 on de_dust_cz
Console initialized.
Protocol version 47
Exe version 1.0.0.0 (czero)
Exe build: 14:57:43 Mar 21 2004 (2705)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 192.168.1.101:27015

Original Metamod version 1.17 Copyright (c) 2001-2003 Will Day willday@metamo
d.org
Metamodx 1.17X3 patches (C) 2004 David 'BAILOPAN' Anderson
Metamodx 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.

Downloading Security Module from Speakeasy.net ...
Completed downloading Security Module from Speakeasy.net
Server is in Secure Mode.
Executing AMX Mod X Configuration File
Server logging data to file logs\L0409005.log
L 04/09/2004 - 167:52: Log file started (file "logs\L0409005.log") (game "czer
o") (version "47/1.0.0.0/2705")
L 04/09/2004 - 167:52: Server cvar "bot_auto_vacate" = "0"
L 04/09/2004 - 167:52: Server cvar "bot_chatter" = "0"
L 04/09/2004 - 167:52: Server cvar "bot_join_team" = "t"
"bot_prefix" is ""
L 04/09/2004 - 167:52: Server cvar "bot_quota" = "10"
couldn't exec config.cfg
Executing AMX Mod X Configuration File
L 04/09/2004 - 167:52: Log file closed
Server logging data to file logs\L0409006.log
L 04/09/2004 - 167:52: Log file started (file "logs\L0409006.log") (game "czer
o") (version "47/1.0.0.0/2705")
"bot_prefix" is ""
Adding auth server 65.73.232.253:27040
Adding auth server 65.73.232.251:27040
Adding master server 207.173.177.12:27010
Adding master server 207.173.177.11:27010
L 04/09/2004 - 167:53: Server cvar "sv_region" = "255"
L 04/09/2004 - 168:00: World triggered "Round_Start"
----------------------------------

Any help is GREATLY appreciated.

Thank you.

Jnick
jnick is offline
|2ob
Senior Member
Join Date: Mar 2004
Location: Ontario, Canada
Old 04-09-2004 , 16:03  
Reply With Quote #2

you dont exec anything for amxx in server.cfg...

you place this in plugins.ini (metamod folder)
Code:
win32 addons\amxx\dlls\amxx_mm.dll
delete that exec in ur server.cfg
__________________
24/7 Custom Maps Vitrus | Style by www.WebGZ.net
64.247.24.125:27015

Visit Vitrus's Clan Site!

I would put more, but they have a limit on chars
|2ob is offline
Send a message via AIM to |2ob Send a message via MSN to |2ob
jnick
New Member
Join Date: Apr 2004
Old 04-09-2004 , 16:27  
Reply With Quote #3

Doh.

In the plugins.ini I had:

win32
addons\amxx\dlls\amxx_mm.dll

.

And of course I removed what you said. It works now.

Thank you very much.

One last thought, to port amx plugins over to amxx I would have to change the .sma to read:

<#include> <amxx> - or something like that, right? Then recomplie.

Thank you.

Jnick
jnick is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 04-09-2004 , 18:22  
Reply With Quote #4

if you want to port a AMX plugin to repost on AMXX forums then you have to use #include <amxmodx> otherwise just recompile any plugin you wish with the AMXX compiler for personal use.
__________________

BigBaller is offline
jnick
New Member
Join Date: Apr 2004
Old 04-10-2004 , 12:31  
Reply With Quote #5

Thank you .
jnick 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:35.


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