blub
This commit is contained in:
parent
641cd2ded5
commit
7af4170c00
@ -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;
|
||||
|
@ -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}));
|
||||
SetEntityProps(iRotating);
|
||||
|
||||
|
||||
// Model
|
||||
int iModel = CreateEntityAtOrigin("prop_dynamic_override", fOrigin);
|
||||
DispatchKeyFormat(iModel, "targetname", "season_prop_%d", g_iCounter);
|
||||
|
Loading…
Reference in New Issue
Block a user