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

Ludwig van's Hurryup


Post New Thread Reply   
 
Thread Tools Display Modes
rex
Senior Member
Join Date: Mar 2004
Location: Australia
Old 10-14-2004 , 18:13  
Reply With Quote #21

what vox sound would you like mate?
should be able to change it when i get some free time, might not be till next week those bit busy at the minture.
__________________
Come and join us at Cricket Manager
http://boundary.cricketmanager.co.uk...t Manager Fans
rex is offline
Send a message via MSN to rex
Morpheus
Senior Member
Join Date: Mar 2004
Old 10-15-2004 , 03:09  
Reply With Quote #22

Well a vox alarm sound, there are some in there as I know of :-)

But something strange has happend to the plugin after steamupdate!

We are not able to make the vote, I can see the [AMXX] message in the left corner, and after a while the sound file is played, but no vote menu pops up anymore.. Strange!

It worked b4 the steamupdate, fine actually, and quite amusing.

Do u have the problem?

Cheers

Morpheus

P.s Could u pm me when ur have the time and get this sorted out? I have a bad experience about getting mail from this forum! :-) Doesnt work all the time
Morpheus is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 12-08-2005 , 15:33  
Reply With Quote #23

So if I do this,
Code:
public chk_players(param[]){
	new id = param[0]
	if ( get_user_flags(id) & ( ADMIN_RESERVATION | ADMIN_LEVEL_A ) ) {
		remove_task(id)
		return PLUGIN_CONTINUE
	}
	if(votedoneround == true || get_cvar_num("amx_hurryup_mode") == 0)
		return PLUGIN_CONTINUE	
	if(get_playersnum() < get_cvar_num("amx_hurryup_minplayers"))
		return PLUGIN_CONTINUE
	new inum1,inum2
	get_players(players1,inum1,"ae","TERRORIST")
	get_players(players2,inum2,"ae","CT")
	if(inum1 == 1 && inum2 == 1)
		do_hurry(0)
	else if(inum1 == 1)
		do_hurry(1)
	else if(inum2 == 1)
		do_hurry(2)
	return PLUGIN_CONTINUE
}
Is it gonna bypass admins if they are the last players? Because I wanted admin Immunity, and im curious if this would solve the problem. Because if I am the last one, I dont want to die because im being sneaky and taking my time.
__________________
bmann_420 is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 12-08-2005 , 15:37  
Reply With Quote #24

I think you can excise the remove_task line. The rest looks fine. Although, why not just have a single admin flag?
Brad is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 12-08-2005 , 15:53  
Reply With Quote #25

Cause I copied and pasted

what do you mean exise? remove?
__________________
bmann_420 is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 12-08-2005 , 16:16  
Reply With Quote #26

Yes, remove.
Brad is offline
SniperRage
New Member
Join Date: Jul 2006
Old 07-11-2006 , 00:28   Re: Ludwig van's Hurryup
Reply With Quote #27

is it possible you can make an immunity for server admins?
SniperRage is offline
Violative
Junior Member
Join Date: Jul 2006
Old 07-17-2006 , 06:17   Re: Ludwig van's Hurryup
Reply With Quote #28

love this plug +karma. Questions, how u take "[AMXX]" from showing on screen , and how do u change the interval of when a vote will take place? I have tired these settings
amx_hurryup_mode 1
amx_hurryup_minplayers 4
amx_hurryup_interval 25.0
am i missing something?
Violative is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 07-18-2006 , 12:03   Re: Ludwig van's Hurryup
Reply With Quote #29

You have to edit the sma where it says client_print and recompile.
__________________
bmann_420 is offline
sluggo
Member
Join Date: May 2006
Old 07-18-2006 , 12:38   Re: Ludwig van's Hurryup
Reply With Quote #30

Hi, I havn't tried this yet but browsed through the code I saw this line.
Code:
if( is_user_bot(k) && !get_cvar_num("amx_allowbotvotes") )
How does that work?
It is only in that place and isn't set anywhere (that I can see anyway)
Can I turn botvoting on and of in some way?

Thx for any answer
sluggo 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 17:18.


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