mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-15 18:18:44 +00:00
Fix shavit-zones not compiling
This commit is contained in:
parent
1f3d2264e0
commit
e0bbcf970b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user