mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
minor changes 0.98
This commit is contained in:
@@ -102,7 +102,7 @@ _allowedObjects = ["TentStorage", "VaultStorageLocked", "Hedgehog_DZ", "Sandbag1
|
||||
|
||||
if ((typeOf _object) in _allowedObjects) then {
|
||||
// Forces object to ground may not be needed
|
||||
_pos set [2,0];
|
||||
// _pos set [2,0];
|
||||
// Must be set to damage buildables
|
||||
_object addMPEventHandler ["MPKilled",{_this call vehicle_handleServerKilled;}];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user