Raised This Month: $ Target: $400
 0% 

amxmodx problems look and see


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jedi1241
Junior Member
Join Date: Sep 2004
Location: Los Angeles,Californ
Old 10-25-2004 , 23:43   amxmodx problems look and see
Reply With Quote #1

Well the problem is im the master admin of my server... when i type in amx command such as amx_slap it says i dont have acces? and if i type in amx_help it says unknown command but displays amx_help also if i type in meta list it says unknown command but shows the mods?

__________________


ehhh.... i couldnt use my other bigger sig so yeah..
jedi1241 is offline
Send a message via AIM to jedi1241 Send a message via MSN to jedi1241 Send a message via Yahoo to jedi1241
Peli
Veteran Member
Join Date: Mar 2004
Location: San Diego, CA
Old 10-26-2004 , 00:00  
Reply With Quote #2

More info please , like , what is in your Metamod Plugins.ini and your Liblist.gam file?
Peli is offline
Send a message via MSN to Peli
twistedeuphoria
Veteran Member
Join Date: Jul 2004
Old 10-26-2004 , 00:32  
Reply With Quote #3

"meta" is a server command not a console command.
__________________
twistedeuphoria is offline
jedi1241
Junior Member
Join Date: Sep 2004
Location: Los Angeles,Californ
Old 10-26-2004 , 01:52  
Reply With Quote #4

here is my libslist
[img][/img]


and my metamod plugins.ini
[img][/img]
__________________


ehhh.... i couldnt use my other bigger sig so yeah..
jedi1241 is offline
Send a message via AIM to jedi1241 Send a message via MSN to jedi1241 Send a message via Yahoo to jedi1241
BAILOPAN
Join Date: Jan 2004
Old 10-26-2004 , 02:49  
Reply With Quote #5

Add yourself to users.ini as an admin
__________________
egg
BAILOPAN is offline
RedSloth
Junior Member
Join Date: Sep 2004
Old 10-26-2004 , 23:11   amx does not seem to be working can you assist
Reply With Quote #6

I have metamod,amxx & adminmod.
Everything was working fine then I was uploading some map/sound files then amxx stopped working. adminmod is working. I dont know what I did wrong. Can you help. I added some information but I dont if its what you need. I do have admin access but none of the amxx plugins are not working.

Thxs in advance for any help

liblist=

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"


metamod config.

// vim: set ft=c :
//
// Format is as follows:
// <optionname> <value>
//
// Fields are whitespace delimited (tabs/spaces).
//
// Comments are either c++ style ("//") or unix shell style ("#"), and
// can appear ONLY at the beginning of a line.
//
// The following provide a list of recognized options, their defaults, and
// examples of usage.
//
// debuglevel <number>
// gamedll <path>
// plugins_file <path>
// exec_cfg <file>
// autodetect <yes/no>


// debuglevel <number>
// where <number> is an integer, 0 and up.
// Sets the initial debugging level for metamod (same as cvar "meta_debug").
// Default is normally 0. If hlds is run with "-dev", default is 3.
// Overridden by: +localinfo mm_debug <number>
// Examples:
//
// debuglevel 0
// debuglevel 42


// gamedll <path>
// where <path> is an absolute path, or a path relative to the gamedir.
// Overrides the auto-detected gamedll, in particular for bots.
// Default is empty, with gamedll being auto-recognized based on the
// gamedir.
// Overridden by: +localinfo mm_gamedll <path>
// Examples:
//
// gamedll dlls/hl.dll
// gamedll ../podbot/podbot.dll
// gamedll /home/bots/dlls/mybot.dll


// plugins_file <path>
// where <path> is an absolute path, or a path relative to the gamedir.
// Overrides the default filename containing the MM plugins to load.
// Default is "addons/metamod/plugins.ini".
// Overridden by: +localinfo mm_pluginsfile <path>
// Examples:
//
// plugins_file cfg/clanmode.ini
// plugins_file ../private.ini
// plugins_file /home/half-life/testing.ini


// exec_cfg <file>
// where <file> is a path relative to the gamedir. Note! This CANNOT be
// an absolute path, as hlds will not "exec" absolute pathnames.
// Overrides the default filename containing hlds commands to run just
// after loading Metamod.
// Default is "addons/metamod/exec.cfg".
// Overridden by: +localinfo mm_execcfg <path>
// Examples:
//
// exec_cfg configs/debugging.cfg
// exec_cfg ../clan/match.cfg


// autodetect <yes/no>
// Setting to disable or enable autodetection of gamedll.
// Extra feature for Metamod+All-Mod-Support Patch.
// Default is "yes".
// Overridden by: +localinfo mm_autodetect <yes/no>
// Examples:
//
// autodetect yes
// autodetect no


// clientmeta <yes/no>
// Setting to disable or enable Metamod's client commands ('meta list' and
// 'meta version')
// Extra setting for Metamod+All-Mod-Support Patch.
// Default is "yes".
// Overridden by: +localinfo mm_clientmeta <yes/no>
// Examples:
//
// clientmeta yes
// clientmeta no
gamedll dlls\mp.dll



metamod plugin.ini

win32 addons/metamod/dlls/metamod.dll
win32 addons/amxx/dlls/amxx_mm.dll
win32 addons/booster/dlls/booster_mm.dll
Win32 addons/adminmod/dlls/admin_MM.dll
win32 addons/hlguard/dlls/hlguard_mm_i686.dll



amxx.cfg

// AMX Configuration File
echo Executing AMX Mod X Configuration File

// Default access for all non admin players (see users.ini for access details)
amx_default_access "z"

// Name of setinfo which should store a password on a client (you should change this)
// (Example: setinfo _pw "password")
amx_password_field "boatshoes"

// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
amx_show_activity 2

// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- Hang with us and have fun playing custom maps" 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "Type:LISTMAPS in console to get complete list of maps on server." "000100255"

// Frequency in seconds of colored messages
amx_freq_imessage 120

// Set in seconds how fast players can chat (chat-flood protection)
amx_flood_time 0.75

// Amount of reserved slots (for more details see comments in a plugin source)
amx_reservation 0

// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

// Announce "say thetime" and "say timeleft" with voice
amx_time_voice 1

// Minimum delay in seconds between two voting sessions
amx_vote_delay 10

// How long voting session goes on
amx_vote_time 10

// Display who votes for what option
amx_vote_answers 1

// Some ratios for voting success
amx_votekick_ratio 0.60
amx_voteban_ratio 0.60
amx_votemap_ratio 0.60
amx_vote_ratio 0.5

// Max. time to which map can be extended
amx_extendmap_max 90

// Step for each extending
amx_extendmap_step 15
RedSloth is offline
RedSloth
Junior Member
Join Date: Sep 2004
Old 10-26-2004 , 23:20   More info
Reply With Quote #7

I am running a Condition Zero server.

The amxx version is 1.6

When I type meta list in console it shows I have 7 plugins:

] meta list
Currently running plugins:
[ 1] AMX Mod X, v0.16, Mar 25 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 2] Adminmod, v2.50.60 (MM), Aug 22 2004, by Alfred Reynolds <[email protected]>, see http://www.adminmod.org/
[ 3] HLGuard, v1.60, 5/18/2004, by UnitedAdmins, see http://www.UnitedAdmins.com/
[ 4] Fun, v0.16, Mar 23 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 5] ENGINE, v0.16, Mar 24 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 6] Counter-Strike, v0.16 STEAM, Mar 23 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 7] CS Stats, v0.16, Mar 23 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org
7 plugins
Unknown com


When I type meta version I get this:

Metamod v1.17.2 2004/08/20
by Will Day <[email protected]>
http://www.metamod.org/
compiled: Aug 21 2004, 23:11:53 +0200 (optimized)
Unknown command:




Hope this addtional info helps.....
RedSloth is offline
lantz69
AMX Mod X Beta Tester
Join Date: Mar 2004
Location: Sweden, Skåne
Old 10-27-2004 , 02:45  
Reply With Quote #8

@ RedSloth

In metamod plugin.ini Take away this line:
Code:
win32 addons/metamod/dlls/metamod.dll
That is only to be set in your liblist.gam

These are just the modules from amxx
Code:
[ 4] Fun, v0.16, Mar 23 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org 
[ 5] ENGINE, v0.16, Mar 24 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org 
[ 6] Counter-Strike, v0.16 STEAM, Mar 23 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org 
[ 7] CS Stats, v0.16, Mar 23 2004, by AMX Mod X Dev Team, see http://www.amxmodx.org
Your booster doesn't get started though ?!?!

BTW what does amx_plugins return if you type it in the console
__________________
Using: Amxmodx 1.8.1.xxxx, cstrike
http://www.vanilla.se/
lantz69 is offline
jedi1241
Junior Member
Join Date: Sep 2004
Location: Los Angeles,Californ
Old 10-27-2004 , 02:58  
Reply With Quote #9

uhh arnt i loopback? cuz im running an listen server?
__________________


ehhh.... i couldnt use my other bigger sig so yeah..
jedi1241 is offline
Send a message via AIM to jedi1241 Send a message via MSN to jedi1241 Send a message via Yahoo to jedi1241
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 18:19.


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