mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
updates
This commit is contained in:
@@ -19,10 +19,10 @@ private["_unit","_magazine","_used","_quantity","_magsNet","_magsWhole","_key","
|
||||
_evType = "";
|
||||
_recordable = false;
|
||||
|
||||
// Both the firer and those nearby (<=15m) go into "combat" to prevent ALT-F4
|
||||
// Both the firer and those nearby (<=8m) go into "combat" to prevent ALT-F4
|
||||
_firer setVariable["startcombattimer", 1, true];
|
||||
|
||||
if (_distance <= 15) then {
|
||||
if (_distance <= 8) then {
|
||||
_unit setVariable["startcombattimer", 1, true];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user