AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   [CORE] Some plugins not working corretly... (https://forums.alliedmods.net/showthread.php?t=13549)

Synthetic 05-20-2005 22:58

[CORE] Some plugins not working corretly...
 
Ok, Here's my problem.

I am running ...

AMX Mod X 1.01
Authors: Felix "SniperBeamer" Geyer, David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko, Jonny "Got His Gun" Bergstrom, and Lukasz "SidLuke" Wlasinski. (http://www.amxmodx.org)
Compiled: Mar 12 2005, 11:30:13
Core mode: JIT

When I start the server, All the plugins work on the startup map, which currently is co_faceoff. I have changed the map on startup and it still works.

My problem is, is that when I do a map change or the map changes it's self, the plugins dont work. Although they do say that they are running on the console. Ingame the truly not working. The 2 that dont work curectly are bold.

Here is all of my info.

Metamod v1.17.1 2004/05/30
by Will Day <[email protected]>
http://www.metamod.org/
compiled: Jun 4 2004, 00:39:34 CEST (optimized)

Modules

Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.01 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.01 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.01 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.01 AMXX Dev Team adminslots.amxx running
[ 5] Menus Front-End 1.01 AMXX Dev Team menufront.amxx running
[ 6] Commands Menu 1.01 AMXX Dev Team cmdmenu.amxx running
[ 7] Players Menu 1.01 AMXX Dev Team plmenu.amxx running
[ 8] Maps Menu 1.01 AMXX Dev Team mapsmenu.amxx running
[ 9] Admin Chat 1.01 AMXX Dev Team adminchat.amxx running
[ 10] Anti Flood 1.01 AMXX Dev Team antiflood.amxx running
[ 11] Scrolling Message 1.01 AMXX Dev Team scrollmsg.amxx running
[ 12] Info. Messages 1.01 AMXX Dev Team imessage.amxx running
[ 13] Admin Votes 1.01 AMXX Dev Team adminvote.amxx running
[ 14] NextMap 0.20 AMXX Dev Team nextmap.amxx running
[ 15] Nextmap Chooser 0.20 AMXX Dev Team mapchooser.amxx running
[ 16] TimeLeft 0.20 AMXX Dev Team timeleft.amxx running
[ 17] Pause Plugins 1.01 AMXX Dev Team pausecfg.amxx running
[ 18] Idle Player Remov 1.01 AMXX Dev Team idlekicker.amxx running
[ 19] NS Commands 1.01 AMXX Dev Team nscommands.amxx running
[ 20] UnStuck 1.01 AMXX Dev Team unstuck.amxx running
[ 21] ExtraLevels2 1.7e Cheeserm! extralevels2.am running
[ 22] Admin Icons 2.1 sawce icons.amxx running
[ 23] Hive/CC Status 2.3 Cheesy Peteza hiveccstatus.am running
[ 24] Latejoin XP 1.0 Steve Dudenhoeff latejoin.amxx running
24 plugins, 24 running


Configs

server.cfg

// Use this file to configure your DEDICATED server.
// This config file is executed everytime the server changes levels (disable by removing mapchangecfgfile at end)
//
// Please visit the server ops forum on www.natural-selection.org, or check out the manual if you have any questions about any of these settings.
//

////////////////////////////////////////////////////
// Common between listenserver.cfg and server.cfg //
////////////////////////////////////////////////////

// Default server name. Change to "Bob's Server", etc.
hostname " -=(NG)=- Combat Arena - NSv3.03F"

// Must specify sv_region, or it won't show up in Steam server browser
// 0: US East coast
// 1: US West coast
// 2: South America
// 3: Europe
// 4: Asia
// 5: Australia
// 6: Middle East
// 7: Africa
sv_region 0

// general gameplay
mp_autoconcede 4
mp_limitteams 1
mp_combattime 25

// block abusive console scripts (wait, special, etc.)?
mp_blockscripts 0

// Set to -1 to disallow voting (looks in mapcycle.txt for entries)
mp_mapvoteratio .6

// Enable HLTV proxies to connect
sv_proxies 1

// maximum client movement speed (needed for commander mode)
sv_maxspeed 4000
sv_allowdownload 1
mp_consistency 0

// Commander voting
mp_votedowntime 180
mp_votecasttime 2
mp_votepercentneeded .4
mp_minvotesneeded 3

// More obscure settings
mp_countdowntime .2
mp_latejointime 0
mp_logdetail 0
mp_falldamage 1
mp_killdelay 3
mp_flashlight 1
mp_footsteps 1

// disable autoaim and mad gibs
sv_aim 0
violence_hgibs 0
violence_agibs 0

// player bounding boxes (collisions, not clipping)
sv_clienttrace 3.5

/////////////////////////////////////////
// Server options (in listenserver UI) //
/////////////////////////////////////////
mp_tournamentmode 0
mp_friendlyfire 0
sv_cheats 0
mp_drawdamage 0
sv_alltalk 1

// Handicap one side (0-100)
mp_team1damagepercent 100
mp_team2damagepercent 100

// 60 minute timelimit (never ends match in progress)
mp_timelimit 25

///////////////////////////////
// Dedicated server specific //
///////////////////////////////
sv_lan 0

// disable clients' ability to pause the server
pausable 0

// List server op WON or Steam ids here, delimited by semi-colons (eg, "STEAM_0:1:12345;STEAM_0:0:56736"), to display server op icon next to these players on this server.
mp_serverops ""

// Allows display of special authentication icons next to people's names (including developers, Constellation members, etc.)
mp_uplink 0

// Needed so this file is executed on map change, like pre-NS v2.1
mapchangecfgfile server.cfg


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 "_pw"

// 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% -- This server is using AMX Mod X" 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255"

// Frequency in seconds of colored messages
amx_freq_imessage 180

// 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 2

// 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 180" "ab 120" "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.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02

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

// Step for each extending
amx_extendmap_step 15

//If you set this to 0, clients cannot chose their language
amx_client_languages 0

// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
amx_debug 1

// Ignore the minimum and maximum settings for maps in the mapcycle
amx_mapnum_ignore 0

// Idle Kicker Settings:
amx_idle_time 120 // Time players must be idle to be kicked
amx_idle_min_players 8 // Minimum players on the server before kicking starts
amx_idle_ignore_immunity 1 // Kick idle admins with immunity?

// Change this value to alter the frequency (in seconds) players can say /stuck to free themselves.
amx_unstuck_frequency 4

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
;Xmultilingual.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)

; 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

; NS Specific plugins
idlekicker.amxx ; kicks idle players
nscommands.amxx ; extra commands for Natural-Selection
unstuck.amxx ; Free stuck players (engine & ns modules required!)

; Custom - Add 3rd party plugins here

extralevels2.amxx
icons.amxx
hiveccstatus.amxx
latejoin.amxx

modules.ini

; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
;fun_amxx.dll
;fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
;engine_amxx.dll
;engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so
; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
array_amxx_i386.so
;array_amxx.dll
;array_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

; -----------------
; Natural Selection
; -----------------
ns_amxx_i386.so
;ns_amxx.dll
;ns_amxx_amd64.so

amxx_ns2amx_i386.so

Any help is appricated.

n0obie4life 05-21-2005 00:01

I VERY highly doubt this is a bug.

Synthetic 05-21-2005 00:04

Well i'm not sure if it is a bug or what's going on. It's on a FreeBSD 4.11-STABLE server. Proc is a 2.8ghz with a 1gb ram. No clue of what's going on but I wanna find out if anybody has had this problem and is there a fix for it?

Synthetic 05-22-2005 17:09

Will someone please help me with this????

SidLuke 05-23-2005 05:37

[ 21] ExtraLevels2 1.7e Cheeserm! extralevels2.am running
[ 23] Hive/CC Status 2.3 Cheesy Peteza hiveccstatus.am running

Check plugins forum. It is prob. their fault .


All times are GMT -4. The time now is 07:06.

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