mirror of
https://github.com/rambo/arma3_missions.git
synced 2024-08-30 16:52:13 +00:00
dfa0e68e7b
* mija changes (#7) mijas changes * separate players into their own groups * fix some leftover typos and sort actions by priority Co-authored-by: mija <i.see.living.people@gmail.com>
5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
//diag_log format["deleteCrewAction called, _this: %1", _this];
|
|
params ["_caller"];
|
|
_group = group _caller;
|
|
{deleteVehicle _x} forEach units _group;
|