mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-04 15:41:55 +03:00
Update vanilla antiwall glitch
Vanilla commits: https://github.com/DayZMod/DayZ/commit/10f9cd2c1bbff91d1556f42bbfac7d94e6eb4641 https://github.com/DayZMod/DayZ/commit/669b79335480f628949d69f23fe846a6484ba247#diff-768fdf583c42ac37d1163a8e6fe31244
This commit is contained in:
@@ -476,6 +476,18 @@ class CfgVehicles {
|
||||
#include "antihack_plants.hpp"
|
||||
//#include "antihack_weaponholders.hpp"
|
||||
|
||||
class Land_CncBlock_AntiHack: NonStrategic
|
||||
{
|
||||
scope=public;
|
||||
vehicleClass="Misc";
|
||||
//model = \Ca\misc3\CncBlock_D;
|
||||
model = "z\addons\dayz_communityassets\models\CncBlock_D.p3d";
|
||||
Icon = "\Ca\misc3\Data\Icons\icon_cnc_con_barrier_CA.paa";
|
||||
mapSize = 4;
|
||||
displayName=$STR_MISC_CNCBLOCK_D;
|
||||
armor=150;
|
||||
};
|
||||
|
||||
//EPOCH
|
||||
#include "DZE\Wrecks.hpp"
|
||||
#include "DZE\Doors.hpp"
|
||||
|
||||
Reference in New Issue
Block a user