Raised This Month: $ Target: $400
 0% 

[HELP] Vote problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
BioI-Iazard
Senior Member
Join Date: Sep 2005
Location: Calgary, Alberta
Old 10-02-2009 , 23:26   [HELP] Vote problem
Reply With Quote #1

Hi,
When the vote shows up the map in the vote list repeats itself like 3 times so it will show for example de_dust2 like 3 times in the vote list... anybosy know how to fix that?
and this is a gungame server

Help greatly appreciated thanks in advance
__________________
Loved by Many ....
Hated by Some ....
Respected by All !!!!
BioI-Iazard is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 10-03-2009 , 07:56   Re: [HELP] Vote problem
Reply With Quote #2

gungame itself only triggers the mapvote, so the problem is related to your mapvote plugin, not gungame.
Please post the output of the following server-console commands:
amxx list
amxx modules
meta list
version
status
Furthermore post your gungame.cfg
__________________

Mordekay is offline
BioI-Iazard
Senior Member
Join Date: Sep 2005
Location: Calgary, Alberta
Old 10-03-2009 , 09:17   Re: [HELP] Vote problem
Reply With Quote #3

] amxx list
AMX Mod X 1.8.1.3746
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko, Felix "SniperBeamer" Geyer
Jonny "Got His Gun" Bergstrom, Lukasz "SidLuke" Wlasinski
Christian "Basic-Master" Hammacher, Borja "faluco" Ferrer
Scott "Damaged Soul" Ehlert
Compiled: Aug 16 2008, 19:58:51
URL:http://www.amxmodx.org/
Core


] amxx modules
AMX Mod X 1.8.1.3746
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko, Felix "SniperBeamer" Geyer
Jonny "Got His Gun" Bergstrom, Lukasz "SidLuke" Wlasinski
Christian "Basic-Master" Hammacher, Borja "faluco" Ferrer
Scott "Damaged Soul" Ehlert
Compiled: Aug 16 2008, 19:58:51
URL:http://www.amxmodx.org/
Core

] meta list
Currently running plugins:
[ 1] AMX Mod X, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 2] Fun, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 3] CStrike, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 4] CSX, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org/
[ 5] FakeMeta, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 6] Ham Sandwich, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 7] Engine, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
7 plugins
Unknown command: meta

] version
Protocol version 48
Exe version 1.1.2.6/2.0.0.0 (cstrike)
Exe build: 16:05:41 Jun 15 2009 (4554)

] status
hostname: -=[GGW] Gungame Deathmatch *FastDL*=-
version : 48/1.1.2.6/Stdio 4617 secure (10)
tcp/ip : 209.124.33.129:27015
map : cs_office at: 0 x, 0 y, 0 z
players : 4 active (32 max)

# name userid uniqueid frag time ping loss adr
# 2 "bob" 886 BOT 8 20:57:04 0 0
# 3 "Whatever" 887 BOT 3 20:57:04 0 0
# 4 "Gilroy" 888 BOT 5 20:57:04 0 0
# 5 "-=[GGW] Bio|-|azard=-" 890 STEAM_0:1:1518989 0 05:15 58 0

Code:
; GunGame AMXX 2.12 // basic cvars gg_enabled 1 gg_vote_setting 2 gg_vote_custom "" gg_changelevel_custom "" gg_map_setup "mp_timelimit 45; mp_winlimit 0; sv_alltalk 2; mp_chattime 10; mp_c4timer 25" gg_endmap_setup "" gg_join_msg 1 gg_colored_messages 1 gg_save_temp 300 gg_status_display 1 gg_map_iterations 1 gg_ignore_bots 0 gg_block_equips 0 gg_leader_display 1 gg_leader_display_x -1.0 gg_leader_display_y 0.0 gg_allow_changeteam 2 gg_disable_money 1 gg_winner_motd 1 gg_afk_protection 1 // autovote cvars gg_autovote_mode 0 gg_autovote_rounds 1 gg_autovote_delay 8.0 gg_autovote_ratio 0.51 gg_autovote_time 10.0 // stats cvars gg_stats_file "gungame.stats" gg_stats_ip 0 gg_stats_prune 2592000 gg_stats_mode 1 gg_stats_winbonus 1.5 // deathmatch cvars gg_dm 1 gg_dm_sp_time 2.0 gg_dm_sp_mode 2 gg_dm_spawn_random 2 gg_dm_start_random 1 gg_dm_spawn_delay 1.0 gg_dm_spawn_afterplant 1 gg_dm_corpses 0 gg_dm_countdown 2 // objective cvars gg_block_objectives 1 gg_bomb_defuse_lvl 1 gg_host_touch_reward 0 gg_host_rescue_reward 0 gg_host_kill_reward 0 gg_host_kill_penalty 0 // teamplay cvars gg_teamplay 0 gg_teamplay_melee_mod 0.33 gg_teamplay_nade_mod 0.50 gg_teamplay_timeratio 1 // gameplay cvars gg_ff_auto 0 gg_weapon_order "glock18:1,usp,p228,deagle,fiveseven,elite,m3,xm1014,tmp,mac10,mp5navy,ump45,p90,galil,famas,ak47,scout:2,m4a1,sg552,aug,m249,awp:1,hegrenade,knife" gg_max_lvl 3 gg_triple_on 0 gg_turbo 1 gg_knife_pro 1 gg_knife_elite 0 gg_suicide_penalty 1 gg_worldspawn_suicide 1 gg_pickup_others 0 gg_handicap_on 1 gg_top10_handicap 1 gg_warmup_timer_setting 0.0 gg_warmup_weapon "knife" gg_warmup_multi 0 gg_nade_glock 0 gg_nade_smoke 0 gg_nade_flash 0 gg_extra_nades 0 gg_nade_refresh 6.0 gg_kills_per_lvl 4 gg_kills_botmod 1.0 gg_give_armor 100 gg_give_helmet 1 gg_ammo_amount 200 gg_refill_on_kill 1 gg_tk_penalty 1 gg_awp_oneshot 1 gg_bots_skipnade 0 // sound cvars gg_sound_levelup "sound/gungame/smb3_powerup.wav" gg_sound_leveldown "sound/gungame/smb3_powerdown.wav" gg_sound_levelsteal "sound/gungame/smb3_1-up.wav" gg_sound_nade "sound/gungame/nade_level.wav" gg_sound_knife "sound/gungame/knife_level.wav" gg_sound_welcome "sound/gungame/gungame2.wav" gg_sound_triple gg_sound_winner "media/Half-Life03.mp3;media/Half-Life08.mp3;media/Half-Life11.mp3;media/Half-Life17.mp3" gg_sound_takenlead "sound/gungame/takenlead.wav" gg_sound_tiedlead "sound/gungame/tiedlead.wav" gg_sound_lostlead "sound/gungame/lostlead.wav" gg_lead_sounds 0.8 // random weapon order cvars (leave blank to disable) gg_weapon_order1 "" gg_weapon_order2 "" gg_weapon_order3 "" gg_weapon_order4 "" gg_weapon_order5 "" gg_weapon_order6 "" gg_weapon_order7 "" gg_weapon_order8 "" gg_weapon_order9 "" gg_weapon_order10 "" // valid weapon names for gg_weapon_order: // // ak47, aug, awp, deagle, elite, famas, fiveseven, g3sg1, galil, glock18, hegrenade, knife, // m249, m3, m4a1, mac10, mp5navy, p228, p90, scout, sg550, sg552, tmp, ump45, usp, xm1014
__________________
Loved by Many ....
Hated by Some ....
Respected by All !!!!

Last edited by BioI-Iazard; 10-03-2009 at 09:21.
BioI-Iazard is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 10-03-2009 , 09:25   Re: [HELP] Vote problem
Reply With Quote #4

server-console, not ingame.
If you don't have access to the server console use "rcon" infront of them.
please redo amxx list and amxx modules with rcon
__________________

Mordekay is offline
BioI-Iazard
Senior Member
Join Date: Sep 2005
Location: Calgary, Alberta
Old 10-03-2009 , 09:30   Re: [HELP] Vote problem
Reply With Quote #5

] rcon amxx list
Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.8.1.3746 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.1.3746 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.8.1.3746 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.8.1.3746 AMXX Dev Team adminslots.amxx running
[ 5] Menus Front-End 1.8.1.3746 AMXX Dev Team menufront.amxx running
[ 6] Commands Menu 1.8.1.3746 AMXX Dev Team cmdmenu.amxx running
[ 7] Players Menu 1.8.1.3746 AMXX Dev Team plmenu.amxx running
[ 8] Maps Menu 1.8.1.3746 AMXX Dev Team mapsmenu.amxx running
[ 9] Plugin Menu 1.8.1.3746 AMXX Dev Team pluginmenu.amxx running
[ 10] Admin Chat 1.8.1.3746 AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.8.1.3746 AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.8.1.3746 AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.8.1.3746 AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.8.1.3746 AMXX Dev Team adminvote.amxx running

[ 15] Nextmap Chooser 1.8.1.3746 AMXX Dev Team mapchooser.amxx running
[ 16] Pause Plugins 1.8.1.3746 AMXX Dev Team pausecfg.amxx running
[ 17] Stats Configuration 1.8.1.3746 AMXX Dev Team statscfg.amxx running
[ 18] StatsX 1.8.1.3746 AMXX Dev Team statsx.amxx running
[ 19] GunGame AMXX 2.12 Avalanche gungame.amxx running
[ 20] 1K 1.0 d K1.amxx running
[ 21] Auto-Healer 1.0 d A1.amxx running
[ 22] S1 1.0 d S1.amxx running
[ 23] R1 VERSION d R1.amxx running
[ 24] F1 1.0 d no_fall_damage. running
[ 25] Sticky Nades 0.1 VEN stickynades.amx running
[ 26] Connect Announce 0.3b v3x connect_announc running
[ 27] FakeFull Original 1.7.6 JTP10181/Freecod fakefull_origin running
[ 28] No Objectives 0.3 VEN noobjectives.am running
[ 29] Knife Damage Reducer 1.00 BioI-Iazard knife_dmg_reduc running

[ 30] AMX_Super Menu 0.8.1 Yami Kaitou amx_super_menu. running
[ 31] AMX Super 4.2 Bmann_420 amx_super.amxx running
[ 32] Autoresponder/Advertis 0.5 MaximusBrood ad_manager.amxx running
[ 33] Fix Client 1.0 BioI-Iazard amx_fixclient.a running
[ 34] Texture Model & WAD Pr 2.0 ts2do tmdlwadp.amxx stopped
[ 35] blockmaker 4.01 Necro blockmaker.amxx running
[ 36] KeyValue Event Manager 1.0 ts2do kve.amxx running
36 plugins, 35 running


] rcon amxx modules
Currently loaded modules:
name version author status
[ 1] Fun 1.8.1.3746 AMX Mod X Dev Team running
[ 2] CStrike 1.8.1.3746 AMX Mod X Dev Team running
[ 3] CSX 1.8.1.3746 AMX Mod X Dev Team running
[ 4] FakeMeta 1.8.1.3746 AMX Mod X Dev Team running
[ 5] Ham Sandwich 1.8.1.3746 AMX Mod X Dev Team running
[ 6] Engine 1.8.1.3746 AMX Mod X Dev Team running
[ 7] RegEx 1.8.1.3746 AMX Mod X Dev Team running
7 modules, 7 correct
__________________
Loved by Many ....
Hated by Some ....
Respected by All !!!!

Last edited by BioI-Iazard; 10-03-2009 at 09:35.
BioI-Iazard is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 10-03-2009 , 10:40   Re: [HELP] Vote problem
Reply With Quote #6

You are using amx_super to vote for your nextmap, ask there for support how to set "gg_vote_custom" cvar for amx_super
__________________

Mordekay is offline
BioI-Iazard
Senior Member
Join Date: Sep 2005
Location: Calgary, Alberta
Old 10-03-2009 , 11:19   Re: [HELP] Vote problem
Reply With Quote #7

So your saying if i turn amx_super off it will work perfect?
gonna give that a shot before i post
__________________
Loved by Many ....
Hated by Some ....
Respected by All !!!!
BioI-Iazard is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 10-03-2009 , 11:25   Re: [HELP] Vote problem
Reply With Quote #8

Not as long as you don't use another mapvote plugin like the standard one provided with amxmodx
__________________

Mordekay is offline
BioI-Iazard
Senior Member
Join Date: Sep 2005
Location: Calgary, Alberta
Old 10-03-2009 , 11:31   Re: [HELP] Vote problem
Reply With Quote #9

Im using standard one already aint i?
__________________
Loved by Many ....
Hated by Some ....
Respected by All !!!!
BioI-Iazard is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 10-03-2009 , 11:33   Re: [HELP] Vote problem
Reply With Quote #10

Ah, yes, missed that
__________________

Mordekay 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 03:23.


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