mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-19 06:32:57 +03:00
Add group system
Initial commit, not tested in multiplayer yet. Some revisions still left to do.
This commit is contained in:
8
SQF/dayz_code/groups/getCrew.sqf
Normal file
8
SQF/dayz_code/groups/getCrew.sqf
Normal file
@@ -0,0 +1,8 @@
|
||||
private "_crew";
|
||||
|
||||
_crew = [];
|
||||
{
|
||||
_crew set [count _crew, if (alive _x) then {name _x} else {"unknown"}];
|
||||
} count crew _this;
|
||||
|
||||
format ["%1%2",typeOf _this,_crew]
|
||||
Reference in New Issue
Block a user