mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
7 lines
390 B
Plaintext
7 lines
390 B
Plaintext
private["_holder","_type","_classname","_name","_null"];
|
|
_holder = _this select 0;
|
|
_type = _this select 1;
|
|
_classname = _this select 2;
|
|
_name = getText (configFile >> _type >> _classname >> "displayName");
|
|
_null = _holder addAction [format[(localize "str_init_take"),_name], "\z\addons\dayz_code\actions\object_pickup.sqf",[_type,_classname,_holder], 20, true, true];
|
|
player reveal _holder; |