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

Bomb Countdown Gone?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Bento
SourceMod Donor
Join Date: May 2005
Location: The Netherlands
Old 01-08-2006 , 16:00   Bomb Countdown Gone?
Reply With Quote #1

Hey,

Recently i re-installed AMXX but now i can't get the bomb countdown to work Every sound works except the 10, 9 , 8 etc...

Quote:
Originally Posted by 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)

; Chat / Messages
std_admin_color_chat.amxx ; Admin chat in color
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!)


; Custom - Add 3rd party plugins here

admin_allinone.amxx
amx_atac.amxx
amx_atac_cfg.amxx
adminreservation.amxx
amx_exec.amxx
automatic_knife_duel.amxx
bunnyhop.amxx
afkkicker.amxx
ultimate_sound.amxx
adminlisten.amxx
task_scheduler.amxx
servershutdown.amxx
hookbind.amxx
loadingsound.amxx
server_rules.amxx
admin_gag.amxx
bank.amxx
de_vegas.amxx
nosnipes.amxx
unlimited_nades.amxx
transfer_money.amxx
Quote:
Originally Posted by 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

; --------------------------------
; 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

; --------------------
; Binary Vault support
; --------------------
;nvault_amxx_i386.so
;nvault_amxx.dll
;nvault_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so
Quote:
Originally Posted by 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 "To add or remove bots type /sikbotmenu | Visit us @ http://www.rmk-clan.com | Happy Fraggin'" 20

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname% \n To use the hook press: F \n Happy Fraggin'! " "255128000"
amx_imessage "WE ARE CHANGING IP'S VERY SOON! \n PLEASE STAY TUNED!" "000128255"

// Frequency in seconds of colored messages
amx_freq_imessage 360

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

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

// Step for each extending
amx_extendmap_step 10

// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
csstats_rank 1

// Max size of the stats file
csstats_maxsize 3500

// Duration of HUD-statistics
amx_statsx_duration 12.0

// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
amx_statsx_freeze -2.0

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

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

// Exec server.cfg on mapchange
mapchangecfgfile server.cfg

// Random Stuff
amx_mapcfg_execed 1
amx_timeleft_bar 10

// Redirecting
amx_reservation 1
amx_reservedslots 2
amx_redirectip sikkepitje.no-ip.org
amx_redirectport 27015
amx_redirectpw none
amx_redirectnew 1
amx_redirectingame 1
amx_hidereserved 0

// Admin Listen (See all messages)
admin_voice_listen 1

// Hook
amx_custvote #1 off
amx_custvote #2 off

// AFK
afk_kicktime 150
afk_slaytime 45
afk_minplayers 8
afk_slayplayers 1
afk_adminimmunity 1
afk_adminkickimmunity 1
afk_options 1
afk_rename 0
afk_show_counter 1

// Task Scheduler
amx_task 30 "amx_shutdown" t


hook_enabevote 0

rules_hudmessage_time 20
sv_sprites 1

//Sounds
bomb_mode adefhi
streak_mode ab
hekill_mode ab
hs_mode ab
lastman_mode abc
Quote:
Originally Posted by stats.ini
;Generated by Stats Configuration Plugin. Do not modify!
;Variable Description
ShowAttackers ;Show Attackers
ShowVictims ;Show Victims
ShowStats ;HUD-stats default
SayRankStats ;Say /rankstats
SayRank ;Say /rank
SayTop15 ;Say /top15
BombPlanted ;Bomb Planted
BombCountVoice ;Bomb Count Down
BombCountDef ;Bomb Count Down (def)
Please help because im totally lost
__________________
Bento is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 01-09-2006 , 09:41  
Reply With Quote #2

Take away any of your 3rd party plugins that you think could possibly mess with the countdown (or all if you have no idea) and then start re-adding them back one at a time until you find out what's messing with your countdown. Of course, after you disable all the 3rd party plugins, you should ensure that it works before adding them back one at a time.

Unrelated, you're using the map extension features incorrectly.

You have...
Code:
// Max. time to which map can be extended
amx_extendmap_max 20

// Step for each extending
amx_extendmap_step 10
I don't know what your mp_timelimit is set to but I'm guessing it's more than 20.

amx_extendmap_max is to indicate the TOTAL time that map can be played, as opposed to the total extension time. Therefore, if your mp_timelimit is set at 60 and you only want it to be extended for 20 more minutes, your amx_extendmap_max should be 80.
Brad is offline
Bento
SourceMod Donor
Join Date: May 2005
Location: The Netherlands
Old 01-09-2006 , 09:51  
Reply With Quote #3

Okay thanks for the info also on the extending Never knew that ;)

oh and btw. the strange thing is i just got a new server and moved all files to that one from the old harddisk. And it doesnt work anymore since then. it did before with this config
__________________
Bento is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 01-09-2006 , 10:06  
Reply With Quote #4

That is odd. Um, but it's a far cry from...
Quote:
Originally Posted by Bento
Recently i re-installed AMXX
Copying all your files over is quite different than reinstalling AMXX.

Why don't you try reinstalling and see where that gets you?
Brad is offline
Bento
SourceMod Donor
Join Date: May 2005
Location: The Netherlands
Old 01-09-2006 , 10:09  
Reply With Quote #5

I did re-install after it didn't work. Very strange.

I disabled all my custom plugins and i now have this in stats.ini:
Code:
;Generated by Stats Configuration Plugin. Do not modify!
;Variable  Description
ShowAttackers            ;Show Attackers
ShowVictims              ;Show Victims
ShowStats                ;HUD-stats default
SayRankStats             ;Say /rankstats
SayRank                  ;Say /rank
SayTop15                 ;Say /top15
BombPickUp               ;Bomb PickUp
BombDrop                 ;Bomb Drop
BombCountVoice           ;Bomb Count Down
BombCountDef             ;Bomb Count Down (def)
and it stiil doesnt work... i'm getting nuts here.

Last time i re-installed AMXX it worked until i modified the stats config trough the menu or manually in stats.ini.
__________________
Bento is offline
[WbOF]LuZiFeR
AlliedModders Donor
Join Date: Jun 2004
Old 01-15-2006 , 08:53  
Reply With Quote #6

Same here....

Functions are not available in the stats-menu anymore !
[WbOF]LuZiFeR is offline
Send a message via AIM to [WbOF]LuZiFeR
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 00:23.


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