Fix shavit-zones not compiling

This commit is contained in:
shavitush 2016-04-25 06:42:29 +03:00
parent 1f3d2264e0
commit e0bbcf970b

View File

@ -159,7 +159,7 @@ public void OnPluginStart()
// cvars and stuff
gCV_ZoneStyle = CreateConVar("shavit_zones_style", "0", "Style for mapzone drawing.\n0 - 3D box\n1 - 2D box", FCVAR_PLUGIN, true, 0.0, true, 1.0);
gCV_Interval = CreateConVar("shavit_zones_interval", "1.0", "Interval between each time a mapzone is being drawn to the players.", FCVAR_PLUGIN, true, 0.5, true, 5.0);
gCV_TeleportToStart = CreateConVar("shavit_zones_teleporttostart", "1", "Teleport players to the start zone on timer restart?\n0 - Disabled\n1 - Enabled", , FCVAR_PLUGIN, true, 0.5, true, 5.0););
gCV_TeleportToStart = CreateConVar("shavit_zones_teleporttostart", "1", "Teleport players to the start zone on timer restart?\n0 - Disabled\n1 - Enabled", FCVAR_PLUGIN, true, 0.5, true, 5.0);
// draw
// start drawing mapzones here