8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
if ( !hasInterface ) exitWith {};
|
|
|
|
// define milsim_resupply_crateDefinitions
|
|
call milsim_fnc_crateDefinitions;
|
|
|
|
["InitializePlayer", [player, true]] call BIS_fnc_dynamicGroups;
|
|
|
|
nil; |