From 49da47b4763c35689b22fdc92eaa13eaa82e7603 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Tue, 19 Nov 2013 14:23:23 -0600 Subject: [PATCH] added missing config vars to make plot pole static --- SQF/dayz_code/Configs/cfgVehicles.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 81fa6a5ab..12de9bb82 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -2763,7 +2763,18 @@ class CfgVehicles { { destrType = "DestructTree"; armor = 1000; + + // static + hasDriver = 0; simulation = "house"; + weapons[] = {}; + magazines[] = {}; + irTarget = 0; + type = 1; + threat[] = {0,0,0}; + maxSpeed = 0; + coefInside = 4; + coefInsideHeur = 4; scope = 2; offset[] = {0,2.5,0.3};