-
Notifications
You must be signed in to change notification settings - Fork 174
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
Added surrender system #831
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nickdnk
force-pushed
the
add_surrender
branch
7 times, most recently
from
August 15, 2022 16:25
05ea638
to
88ebfdb
Compare
Now fixes #549 |
nickdnk
force-pushed
the
add_surrender
branch
3 times, most recently
from
August 16, 2022 12:26
e23dc3c
to
63b5f42
Compare
nickdnk
commented
Aug 16, 2022
nickdnk
force-pushed
the
add_surrender
branch
7 times, most recently
from
August 26, 2022 18:54
483f7fc
to
e1af0e4
Compare
nickdnk
force-pushed
the
add_surrender
branch
4 times, most recently
from
August 29, 2022 02:32
2dd77b5
to
39c8d99
Compare
nickdnk
force-pushed
the
add_surrender
branch
11 times, most recently
from
September 5, 2022 19:48
d55616a
to
ea92160
Compare
This is now a breaking change because it removes the |
nickdnk
force-pushed
the
add_surrender
branch
3 times, most recently
from
September 7, 2022 14:15
eb8de6a
to
b9241d9
Compare
Add leave-surrender logic and fix unintended match end on empty server Add message informing players to stay to win Don't count coaches as players on team Add min values to cvars Use IsPlayer for connect/disconnect events Remove get5_end_match_on_empty_server as it makes no sense when surrender is implemented FormatEx
nickdnk
force-pushed
the
add_surrender
branch
from
September 7, 2022 15:17
b9241d9
to
6943c78
Compare
nickdnk
added a commit
that referenced
this pull request
Sep 10, 2022
Add leave-surrender logic and fix unintended match end on empty server Use IsPlayer for connect/disconnect events Remove get5_end_match_on_empty_server as it makes no sense when surrender is implemented FormatEx
nickdnk
added a commit
that referenced
this pull request
Sep 15, 2022
Add leave-surrender logic and fix unintended match end on empty server Use IsPlayer for connect/disconnect events Remove get5_end_match_on_empty_server as it makes no sense when surrender is implemented FormatEx
nickdnk
added a commit
to nickdnk/get5
that referenced
this pull request
Sep 16, 2022
Add leave-surrender logic and fix unintended match end on empty server Use IsPlayer for connect/disconnect events Remove get5_end_match_on_empty_server as it makes no sense when surrender is implemented FormatEx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This allows you to call
!surrender
or!gg
when applicable to surrender the map. It uses the built-in logic for actually ending the map.Planned for 0.11.