mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
private "_crew";
|
|
|
|
_crew = [];
|
|
{
|
|
_crew set [count _crew, if (alive _x) then {name _x} else {"unknown"}];
|
|
} count crew _this;
|
|
|
|
format ["%1%2",typeOf _this,_crew] |