mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
10 lines
129 B
Plaintext
10 lines
129 B
Plaintext
private "_player";
|
|
|
|
_player = objNull;
|
|
{
|
|
if (getPlayerUID _x == _this) exitWith {
|
|
_player = _x;
|
|
};
|
|
} count allUnits;
|
|
|
|
_player |