Pad left "plugin id" with "zeros" based on the plugin count.#1027
Merged
asherkin merged 7 commits intoalliedmodders:masterfrom Jun 17, 2019
Mart-User:feature1
Merged
Pad left "plugin id" with "zeros" based on the plugin count.#1027asherkin merged 7 commits intoalliedmodders:masterfrom Mart-User:feature1
asherkin merged 7 commits intoalliedmodders:masterfrom
Mart-User:feature1
Conversation
-Fixed the beacon color for Survivor/Infected teams on L4D1/L4D2. (since the main teams should be based on the color from team chat, on L4D, "Team 2" and "Team 3" have the opposite color to e.g. Counter-Strike) -Added orange beacon to the Team 4 (hidden team on L4D2). -*Unmodified: Spectator beacon maintained in Green color. -Undefined teams (GetClientTeam < 1 Or GetClientTeam > 4) shows beacon in White color. -Updated "if else" to "switch case". -Added game check through g_GameEngine. -Removed "team" var. -Added "teamColor" var to set the beacon color based on the client's team, instead of calling TE_SetupBeamRingPoint on each point. -Moved TE_SetupBeamRingPoint calls more near each other. -Modified "AdminMenu_Beacon" parameters *ugly* spacing. -Removed extra spaces.
This reverts commit 12fddfd.
Pad left "plugin id" with "zeros" based on the plugin count. Related to the Feature Request #994
This file contains hidden or 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
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.
Pad left "plugin id" with "zeros" based on the plugin count.
Related to the Feature Request #994