Raised This Month: $32 Target: $400
 8% 

Custom Vote Menus


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

Hi !
I have one more question !

It's real to mave with this plugin Custom Vote Menus more options like :

Vote:
1:CTF MOD
2:FFA MOD
3: WC3 MOD
4:GunMOd

and then i choose for example 2 (FFA MOd) then apear next menu :

1:Fy_pool_day
2:Fy_snow
3:de_dust

can i do this ?
if yes then can you explain me ?
Ramses is offline
GHW_Chronic
SourceMod Donor
Join Date: Sep 2004
Location: Texas
Old 10-16-2007 , 23:35   Re: Custom Vote Menus
Reply With Quote #22

Make a first vote that looks like this:
Code:
[Menu]
Choose a Mod:

1: CTF MOD
2: FFA MOD
3: WC3 MOD
4: GunMOd
[/Menu]

[1]
amx_cvote ctf_mapvote
[/1]

[2]
amx_cvote ffa_mapvote
[/2]

[3]
amx_cvote wc_mapvote
[/3]

[4]
amx_cvote gg_mapvote
[/4]
Then make the other 4 votes that resemble this:
ctf_mapvote.ini:
Code:
[Menu]
Choose a Map:

1: Fy_pool_day
2: Fy_snow
3: de_dust
[/Menu]

[1]
amx_ctf on
gg off (Don't know the commands for these 3)
ffa off
wc3 off
amx_map fy_pool_day
[/1]

[2]
amx_ctf on
gg off
ffa off
wc3 off
amx_map fy_snow
[/2]

[3]
amx_ctf on
gg off
ffa off
wc3 off
amx_map de_dust
[/3]
GHW_Chronic is offline
Send a message via AIM to GHW_Chronic
Ramses
Member
Join Date: Oct 2007
Old 10-17-2007 , 00:15   Re: Custom Vote Menus
Reply With Quote #23

Thx so much ... i will check it when i will wake up ..!
I was looking for it so much time !!
Ramses is offline
Ramses
Member
Join Date: Oct 2007
Old 10-18-2007 , 19:41   Re: Custom Vote Menus
Reply With Quote #24

I am need very much this plugin .. but work bad for me !
for first i will attach my Votes.ini
i Did 3 more .ini files with name of Mods.

By default in my plugins-CTF.ini all plugins are disabled :
*********************
;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
*********************
but in Fy_pool_day Config per map i enable them and work fine ....

Now... how i can turn on CTF with ctf_mapvote.ini ?
in my ctf_mapvote.ini :

***********************
[Menu]
Choose a Map:

1: Fy_iceworld
2: Fy_snow
3: de_dust
[/Menu]

[1]
GHW_CTF_base.amxx
GHW_CTF_flagspawn_finder.amxx
GHW_CTF_flag.amxx
GHW_CTF_cap_monitor.amxx
GHW_CTF_floaty_despawn.amxx
GHW_CTF_vote.amxx
GHW_CTF_floaty_despawn.amxx
amx_ctf on
amx_map fy_iceworld2k
amx_rcon ctf_enabled 1
amx_ctf on
amx_rcon sv_restartround 5
[/1]

[2]
amx_ctf on
amx_map Fy_snow
amx_rcon ctf_enabled 1
amx_ctf on
amx_rcon sv_restartround 5
[/2]

[3]
amx_ctf on
amx_map de_dust
GHW_CTF_base.amxx
GHW_CTF_flagspawn_finder.amxx
GHW_CTF_flag.amxx
GHW_CTF_cap_monitor.amxx
GHW_CTF_floaty_despawn.amxx
GHW_CTF_vote.amxx
GHW_CTF_floaty_despawn.amxx
amx_rcon ctf_enabled 1
amx_ctf on
amx_rcon sv_restartround 5
[/3]
***********************

i think i did right but CTF doesn't turn on .... i seen before how you said to use :
***********************
[Menu]
CTF?

1. Yes
2. No
[/Menu]
[1]
amx_ctf 1
[/1]
[2]
amx_ctf 0
[/2]
************************

but where i need to use it ?

Seond ... CSDM doesn't turn off when i use normal_mapvote.ini

Can you help me with this 2 things ?

1: How to turn on CTF
2: How to turn off CSDM

Check pls attached files.
Attached Files
File Type: ini Ramses.ini (184 Bytes, 216 views)
File Type: ini ctf_mapvote.ini (740 Bytes, 203 views)
File Type: ini normal_mapvote.ini (431 Bytes, 205 views)
Ramses is offline
Ramses
Member
Join Date: Oct 2007
Old 10-20-2007 , 22:11   Re: Custom Vote Menus
Reply With Quote #25

2 GHW_Chronic:

Pls help me to fix it !!
Ramses is offline
GHW_Chronic
SourceMod Donor
Join Date: Sep 2004
Location: Texas
Old 10-20-2007 , 22:47   Re: Custom Vote Menus
Reply With Quote #26

don't know how to turn CSDM off but to turn CTF off its simply:
amx_ctf 0
GHW_Chronic is offline
Send a message via AIM to GHW_Chronic
Ramses
Member
Join Date: Oct 2007
Old 10-21-2007 , 20:41   Re: Custom Vote Menus
Reply With Quote #27

@ GHW_Chronic :

Man i know how to turn off CTF but i don't know how to turn on with Custom Vote ...

Look what i write before ...
the my last reply ....
Pls help !
Ramses is offline
GHW_Chronic
SourceMod Donor
Join Date: Sep 2004
Location: Texas
Old 10-22-2007 , 00:22   Re: Custom Vote Menus
Reply With Quote #28

amx_ctf 1
not
amx_ctf on
GHW_Chronic is offline
Send a message via AIM to GHW_Chronic
Ramses
Member
Join Date: Oct 2007
Old 10-22-2007 , 19:13   Re: Custom Vote Menus
Reply With Quote #29

@ GHW_Chronic :
i did like you said but look what i got in console :
**********************************
] amx_cvote Ramses
[AMXX] Menu "Ramses" started.
Type 'amx_help' in the console to see available commands
[AMXX] Admin has initiated a vote.
[AMXX] Ramses voted for # 1
[AMXX] Menu "ctf_mapvote" started.
[AMXX] Voting Over: #1 won.
[AMXX] Admin has initiated a vote.
[AMXX] Ramses voted for # 1
[AMXX] Menu "ctf_mapvote" started.
[AMXX] Command line "ctf_enabled 1" sent to server console
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
Unknown command: amx_ctf
[AMXX] Command line "ctf_enabled 1" sent to server console
Unknown command: amx_ctf
****************************************

i will atach my Vote files ... if you can look at themm and say me what i did wrong ? I did like you said but CTF doesn't turn on .


If somebody know why i can't turn on CTF pls help me ...
Attached Files
File Type: ini Ramses.ini (184 Bytes, 195 views)
File Type: ini ctf_mapvote.ini (734 Bytes, 179 views)

Last edited by Ramses; 10-22-2007 at 19:40.
Ramses is offline
GHW_Chronic
SourceMod Donor
Join Date: Sep 2004
Location: Texas
Old 10-22-2007 , 21:37   Re: Custom Vote Menus
Reply With Quote #30

qqqq
Attached Files
File Type: ini ctf_mapvote.ini (221 Bytes, 195 views)
GHW_Chronic is offline
Send a message via AIM to GHW_Chronic
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 23:25.


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