This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rebase from `https://github.com/Source2ZE/CS2Fixes` Commit 7fba234f9400591175d827947c161d5ef0c97262 * Add `coach` functionality * Remove patches from original CS2Fixes plugin * Make coach killing timer configurable * Remove unnecessary features and renaming * Add already existing features * Revert admins.cfg steam key * Add dot to trigger chat command * Fix coach addition if already added * Now coach is killed on freezetime end * Fix coach money on round start * Clean coach prints * Spawns: add only competitive ones * Update from `CS2Fixes` and sdk * Fix coaching * Bump version * Fix map change crash * Clean coach chat print * Fix `.spawn` crash --------- Co-authored-by: marqdevx <[email protected]>
- Loading branch information
Showing
456 changed files
with
142,109 additions
and
616 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ bld/ | |
[Bb]in/ | ||
[Oo]bj/ | ||
.vs/ | ||
*.vcxproj.user | ||
*.vcxproj.user | ||
.vscode |
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Admins | ||
{ | ||
"name" // can be anything | ||
{ | ||
"steamid" "1234567890" // steamid64 | ||
"flags" "abcdefg" // permission flags, same as sourcemod with z being everything | ||
} | ||
} |
Oops, something went wrong.