diff --git a/mapchooser_extended/scripting/mapchooser_extended.sp b/mapchooser_extended/scripting/mapchooser_extended.sp index 11bf7c20..7c4c115b 100644 --- a/mapchooser_extended/scripting/mapchooser_extended.sp +++ b/mapchooser_extended/scripting/mapchooser_extended.sp @@ -1298,6 +1298,7 @@ public void Handler_VoteFinishedGeneric(Handle menu, CPrintToChatAll("[MCE] %t", "Current Map Extended", RoundToFloor(float(item_info[0][VOTEINFO_ITEM_VOTES])/float(num_votes)*100), num_votes); LogAction(-1, -1, "Voting for next map has finished. The current map has been extended."); + CPrintToChatAll("[MCE] Available Extends: %d", GetConVarInt(g_Cvar_Extend) - g_Extends); // We extended, so we'll have to vote again. g_RunoffCount = 0; diff --git a/season_halloween/scripting/season_halloween.sp b/season_halloween/scripting/season_halloween.sp index 386a4b1b..43e7135e 100644 --- a/season_halloween/scripting/season_halloween.sp +++ b/season_halloween/scripting/season_halloween.sp @@ -509,7 +509,6 @@ public Action SpawnCollectable(Handle timer) SetEntityBBox(iRotating, view_as({-10.0, -1.0, -1.0}), view_as({1.0, 1.0, 1.0})); SetEntityProps(iRotating); - // Model int iModel = CreateEntityAtOrigin("prop_dynamic_override", fOrigin); DispatchKeyFormat(iModel, "targetname", "season_prop_%d", g_iCounter);