Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoban bans players on changing maps #19

Closed
yarik2720 opened this issue Nov 4, 2019 · 2 comments
Closed

Autoban bans players on changing maps #19

yarik2720 opened this issue Nov 4, 2019 · 2 comments

Comments

@yarik2720
Copy link

yarik2720 commented Nov 4, 2019

Describe the bug
If voting for mute/kick or anything else about what to do with player were started before some seconds before map change, after map changed plugin thinks that player evade voting and autobans him.

To Reproduce
Steps to reproduce the behavior:

  1. Create vote:
	"Mute player"
	{
		"type"			"players"
		"vote"			"1"
		"minimum"		"3"
		"cooldown"		"100"
		"ratio"			"0.5"
		"command"		"sm_silence #{TARGET_ID} 30 Muted by voting"
		"start_notify"	"{olive}[SM] {default}{VOTER_NAME} started a vote to mute {red}{TARGET_NAME}{default}."
		"call_notify"	"{olive}[SM] {default}Vote cast for {yes|no}."
		"pass_notify"	"{olive}[SM] {default}Vote passed."
		"fail_notify"	"{olive}[SM] {default}Vote failed. Received: {VOTE_AMOUNT} Required: {VOTE_REQUIRED}"
		"chattrigger"	"votemute"
	}
  1. Start vote before map change.
  2. Voting does not have time to complete before the change of map.

Expected behavior
Vote should be closed on map change, player shouldn't be banned for evasion.

Game Server

  • Sourcemod version: 1.9.0.6281
  • Metamod version: 1.10.7
  • Custom Votes plugin version: 1.16.3U
  • Game: Synergy (appid 17520)
@caxanga334
Copy link
Owner

Duplicate of #7

@caxanga334 caxanga334 marked this as a duplicate of #7 Nov 4, 2019
@caxanga334
Copy link
Owner

Synergy doesn't fire any events when the map ends. The auto ban system is incompatible with Synergy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants