mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-26 09:41:50 +03:00
tab
This commit is contained in:
@@ -78,7 +78,7 @@ _object_inventory = {
|
|||||||
_object_damage = {
|
_object_damage = {
|
||||||
private["_hitpoints","_array","_hit","_selection","_key","_damage"];
|
private["_hitpoints","_array","_hit","_selection","_key","_damage"];
|
||||||
_hitpoints = _object call vehicle_getHitpoints;
|
_hitpoints = _object call vehicle_getHitpoints;
|
||||||
_damage = damage _object;
|
_damage = damage _object;
|
||||||
_array = [];
|
_array = [];
|
||||||
{
|
{
|
||||||
_hit = [_object,_x] call object_getHit;
|
_hit = [_object,_x] call object_getHit;
|
||||||
|
|||||||
Reference in New Issue
Block a user