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

Custom Vote Menus


Post New Thread Reply   
 
Thread Tools Display Modes
Ramses
Member
Join Date: Oct 2007
Old 10-22-2007 , 22:53   Re: Custom Vote Menus
Reply With Quote #31

@ GHW_Chronic

For default in my plugins-CTF.ini :
******************************
;GHW_CTF_base.amxx
;GHW_CTF_objective_handler.amxx
;GHW_CTF_flagspawn_finder.amxx
;GHW_CTF_flag.amxx
;GHW_CTF_cap_monitor.amxx
;GHW_CTF_ent_handler.amxx
;GHW_CTF_floaty_despawn.amxx
;GHW_CTF_respawn.amxx
;GHW_CTF_vote.amxx
;GHW_CTF_floaty_despawn.amxx
******************************

all plugins are disabled .... so how i can enable them with Custom Vote Menus ? I think CTF don't wanna turn on because for default plugins re Disabled ....
so because in console i recive :
**********************************
Unknown command: GHW_CTF_base.amxx
Unknown command: GHW_CTF_flagspawn_finder.amxx
Unknown command: GHW_CTF_flag.amxx
Unknown command: GHW_CTF_cap_monitor.amxx
Unknown command: GHW_CTF_floaty_despawn.amxx
Unknown command: GHW_CTF_vote.amxx
Unknown command: GHW_CTF_floaty_despawn.amxx
***********************************

so my question is :
1. How i can enable with Custom Vote Menus plugins what for default are disabled
Ramses is offline
GHW_Chronic
SourceMod Donor
Join Date: Sep 2004
Location: Texas
Old 10-23-2007 , 09:49   Re: Custom Vote Menus
Reply With Quote #32

if you disable a plugin with the ";" it cannot be turned on through console. Take off the ";"s from the plugins-CTF.ini and simply add ctf_enabled 0 to your amxx.cfg
GHW_Chronic is offline
Send a message via AIM to GHW_Chronic
Ramses
Member
Join Date: Oct 2007
Old 10-24-2007 , 03:00   Re: Custom Vote Menus
Reply With Quote #33

I did how you said ... but is one bug ...
My Vote.ini is :
************************
[Menu]
Choose a Mod:

1: CTF MOD
2: FFA MOD
3: Normal MOD
[/Menu]

[1]
amx_cvote ctf_mapvote
[/1]

[2]
amx_cvote ffa_mapvote
[/2]

[3]
amx_cvote normal_mapvote
[/3]
*****************************
so i choose first because i wanna play CTF MOD ...

then in my ctf_mapvote.ini :
*****************************
[Menu]
Choose a Map:

1: cs_pf_dust
2: Fy_snow
3: de_aztec
[/Menu]

[1]
amx_ctf 1
wait
amx_map cs_pf_dust
[/1]

[2]
amx_ctf 1
wait
amx_map fy_snow
[/2]

[3]
amx_ctf 1
wait
amx_map de_aztec
[/3]
*****************************

so i choose 3. becaouse i wanna play De_aztec map..
then de_aztec map is loaded no CTF mod Enabled ... because in console i recive :

****************************
[AMXX] Ramses voted for # 3
[AMXX] Menu "normal_mapvote" started
*****************************

so i think .. De_aztec map is the 3 ins my ctf_mapvote.ini and amx_cvote normal_mapvote is the 3 in Vote.ini ... and then i choose de_aztec then automatically Custom Vote Menus choose not CTF MOD but NOrmal MOD ...

So can you fix it ?

and another problem :
I choose CTF MOd and i Choose pf_dust what is first in ctf_mapvote.ini so CTF mod need to be started but ... no CTF MOD enabled !

in console i recive :
*******************************

[AMXX] Menu "ctf_mapvote" started.
[CTF] Plugin Enabled.
"sv_restartround" changed to "9"
"sv_restartround" changed to "0"
The game will restart in 9 Seconds
******************************

What i need to do to make it to work ?
Ramses is offline
GHW_Chronic
SourceMod Donor
Join Date: Sep 2004
Location: Texas
Old 10-24-2007 , 10:20   Re: Custom Vote Menus
Reply With Quote #34

You have ctf disabled by default so what your menu should do if it works properly is enable CTF then change map (which will then disable CTF because it is off by default). You could try to change the order of amx_map and amx_ctf so that hopefully it changes map first.

As for the fact that it attempted to start the normal mapvote after you finished the ctf mapvote, that problem / bug has been fixed.
GHW_Chronic is offline
Send a message via AIM to GHW_Chronic
Ramses
Member
Join Date: Oct 2007
Old 10-24-2007 , 18:56   Re: Custom Vote Menus
Reply With Quote #35

I did ... i changed the order of amx_map and amx_ctf ... but no effect..
still doesn't work

ok ..
in my ctf-plugins.ini all plugins are enabled just in amxx.cfg
*******************
ctf_enabled 0
amx_ctf 0
******************
so what wrong ?

GHW_Chronic can you give me example how i need to configure Votes to work ..
Can you try do this at your server and see what happend ... and you will understand what i am speaking about .. just try ..
Try to do this . :
first to Choose Mod and second to choose map ..

if at your server will work then i will kill my self !

So if will work it on your server then i please you to attach your votes and i will see what i do wrong !
THx !
Ramses is offline
GHW_Chronic
SourceMod Donor
Join Date: Sep 2004
Location: Texas
Old 10-24-2007 , 18:58   Re: Custom Vote Menus
Reply With Quote #36

yes. this is what is happening:

Votes Finish
Map Changing
CTF Turned On
amxx.cfg Executed (CTF Turned Off)
GHW_Chronic is offline
Send a message via AIM to GHW_Chronic
Ramses
Member
Join Date: Oct 2007
Old 10-25-2007 , 01:29   Re: Custom Vote Menus
Reply With Quote #37

what do you mean : " YES" ?

so i am doing something wrong ?
how to fix it ?

Last edited by Ramses; 10-25-2007 at 01:34.
Ramses is offline
Zefir
Member
Join Date: Oct 2007
Location: Kiev, Ukraine
Old 10-25-2007 , 03:04   Re: Custom Vote Menus
Reply With Quote #38

I have 2 files for manipulate bot count and hitboxes:

bot.ini:
Code:
[Menu]
Choose A Bot Mode:

\y1. \yAuto Team Balance (5 bots)
\y2. \yAuto Team Balance (1 bot)
\y3. \rMaxBots
\y4. \w1 T bot
\y5. \w1 CT bot
\y6. \w5 T bots
\y7. \w5 CT bots

\y0. \wNo bots
[/Menu]

[1]
bot_join_after_player 0
bot_join_team any
bot_quota 2

mp_autoteambalance 0
mp_limitteams 4

// Config for auto kill bots

amx_killbots_teamsize 	5
amx_killbots_enable 	1
amx_killbots_enableadd 	1

amx_cvote hs
[/1]

[2]
bot_join_after_player 0
bot_join_team any
bot_quota 2

mp_autoteambalance 0
mp_limitteams 4

// Config for auto kill bots

amx_killbots_teamsize 	1
amx_killbots_enable 	1
amx_killbots_enableadd 	1

amx_cvote hs
[/2]

[3]
bot_join_after_player 1
bot_join_team any
bot_quota 32

amx_killbots_enable 	0
amx_killbots_enableadd 	0

amx_cvote hs
[/3]

[4]
bot_join_after_player 1
bot_join_team t
bot_quota 1

amx_killbots_enable 	0
amx_killbots_enableadd 	0

amx_cvote hs
[/4]

[5]
bot_join_after_player 1
bot_join_team ct
bot_quota 1

amx_killbots_enable 	0
amx_killbots_enableadd 	0

amx_cvote hs
[/5]

[6]
mp_autoteambalance 0
mp_limitteams 5

bot_join_after_player 1
bot_join_team t
bot_quota 5

amx_killbots_enable 	0
amx_killbots_enableadd 	0

amx_cvote hs
[/6]

[7]
mp_autoteambalance 0
mp_limitteams 5

bot_join_after_player 1
bot_join_team ct
bot_quota 5

amx_killbots_enable 	0
amx_killbots_enableadd 	0

amx_cvote hs
[/7]

[0]
bot_join_after_player 1
bot_join_team any
bot_quota 0

amx_killbots_enable 	0
amx_killbots_enableadd 	0

amx_cvote hs
[/0]
hs.ini
Code:
[Menu]
Choose A Hitboxes:

\y1. \wHead Only
\y2. \wHead + Chest
\y3. \wHead + Chest + Stomach

\y0. \wAll (\r default \w)
[/Menu]

[1]
amx_hitbox A
[/1]

[2]
amx_hitbox AB
[/2]

[3]
amx_hitbox ABC
[/3]

[0]
amx_hitbox ABCDEFG
[/0]
All worked good, however 'amx_cvote hs' repeat again and again, without end
Zefir is offline
Send a message via ICQ to Zefir
GHW_Chronic
SourceMod Donor
Join Date: Sep 2004
Location: Texas
Old 10-25-2007 , 03:05   Re: Custom Vote Menus
Reply With Quote #39

download the new version. I fixed that error a day ago.

and @Ramsas: You need to not have CTF turned off in amxx.cfg. You need to take off the disable lines from it and just disable it manually every time you boot / reboot the server for it to work properly.
GHW_Chronic is offline
Send a message via AIM to GHW_Chronic
Zefir
Member
Join Date: Oct 2007
Location: Kiev, Ukraine
Old 10-25-2007 , 03:07   Re: Custom Vote Menus
Reply With Quote #40

OOOOOOOOO!!!

Good, Very Fast answer!

Thanks
Zefir is offline
Send a message via ICQ to Zefir
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 17:30.


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