Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiam
NoCommExtendVote
Commits
9937ff8a
Commit
9937ff8a
authored
Apr 17, 2017
by
Neoony
Browse files
v0.8 Release
parent
ed15da9d
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
9937ff8a
...
...
@@ -81,7 +81,7 @@
- Added nc_vt to enable or disable VoteTime plugin compatibility (default 1)
- Added amount of seconds to the message about extending the vote
- Added nc_alltalkmmp minimum players needed for alltalk managing
- Added PUG plugin compatibility
- Added PUG plugin compatibility
, (ScardyBob needs to add pug_active 1 to his plugin)
- Added 10 seconds timer for turning off AllTalk after both teams have a comm along with announcing it
- !nce now resets the status of "Disable extending when PauseVote used", NCEV will continue extending
- Added nc_pugc to enable or disable compatibility with PUG plugin (default 1)
...
...
README.md
View file @
9937ff8a
...
...
@@ -215,7 +215,7 @@ I intend to keep surrender or comm lock as a separate plugins.
-
Added nc_vt to enable or disable VoteTime plugin compatibility (default 1)
-
Added amount of seconds to the message about extending the vote
-
Added nc_alltalkmmp minimum players needed for alltalk managing
-
Added PUG plugin compatibility
-
Added PUG plugin compatibility
, (ScardyBob needs to add pug_active 1 to his plugin)
-
Added 10 seconds timer for turning off AllTalk after both teams have a comm along with announcing it
-
!nce now resets the status of "Disable extending when PauseVote used", NCEV will continue extending
-
Added nc_pugc to enable or disable compatibility with PUG plugin (default 1)
...
...
addons/sourcemod/scripting/NoCommExtendVote.sp
View file @
9937ff8a
...
...
@@ -596,7 +596,7 @@ public Action InfoMsg(Handle timer)
}
if (cexist == 0 && plugindone != 1)
{
PrintToServer("[NCEV]: Infantry map - NCEV comm
n
ander features disabled");
PrintToServer("[NCEV]: Infantry map - NCEV commander features disabled");
plugindone = 1;
if (InfoMessage != INVALID_HANDLE && plugindone == 1)
{
...
...
cfg/sourcemod/NoCommExtendVote.cfg
View file @
9937ff8a
...
...
@@ -85,4 +85,4 @@ nc_vt "1"
// Enable(1)/Disable(0) compatibility with ScardyBobs PUG plugin.
// -
// Default: "1"
nc_pugc "1"
nc_pugc "1"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment