blub
This commit is contained in:
parent
8b3678ccab
commit
d0f7fdedfc
@ -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);
|
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.");
|
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.
|
// We extended, so we'll have to vote again.
|
||||||
g_RunoffCount = 0;
|
g_RunoffCount = 0;
|
||||||
|
@ -509,7 +509,6 @@ public Action SpawnCollectable(Handle timer)
|
|||||||
SetEntityBBox(iRotating, view_as<float>({-10.0, -1.0, -1.0}), view_as<float>({1.0, 1.0, 1.0}));
|
SetEntityBBox(iRotating, view_as<float>({-10.0, -1.0, -1.0}), view_as<float>({1.0, 1.0, 1.0}));
|
||||||
SetEntityProps(iRotating);
|
SetEntityProps(iRotating);
|
||||||
|
|
||||||
|
|
||||||
// Model
|
// Model
|
||||||
int iModel = CreateEntityAtOrigin("prop_dynamic_override", fOrigin);
|
int iModel = CreateEntityAtOrigin("prop_dynamic_override", fOrigin);
|
||||||
DispatchKeyFormat(iModel, "targetname", "season_prop_%d", g_iCounter);
|
DispatchKeyFormat(iModel, "targetname", "season_prop_%d", g_iCounter);
|
||||||
|
Loading…
Reference in New Issue
Block a user