mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 02:46:29 +03:00
private arrays part 2
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
Start drag.sqf
|
||||
*/
|
||||
|
||||
private ["_unit","_dragee","_pos","_dir"];
|
||||
private ["_unit","_dragee","_unconscious"];
|
||||
_dragee = _this select 3;
|
||||
_unit = player;
|
||||
_unconscious = _dragee getVariable ["NORRN_unconscious", false];
|
||||
|
||||
Reference in New Issue
Block a user