Add Bike/Motorcycles brake fix

Made by @Victor-the-Cleaner
This commit is contained in:
A Man
2022-05-18 18:20:29 +02:00
parent 0799e7e183
commit 2ebe0d6552
5 changed files with 42 additions and 3 deletions

View File

@@ -510,4 +510,6 @@ if (!isDedicated) then {
DZE_sheltered = 0.0; // used in determining how much a player is sheltered from the environment
DZE_roofOverhead = false;
DZE_allTrees = dayz_trees + ["b_craet1.p3d"]; // include shrubs that the player can hide in
DZE_isOnBike = false;
DZE_isBraking = false;
};