mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
Organize files a bit and removed non source pbo's
This commit is contained in:
7
SQF/dayz_code/init/object_generator.sqf
Normal file
7
SQF/dayz_code/init/object_generator.sqf
Normal file
@@ -0,0 +1,7 @@
|
||||
private["_holder","_type","_classname","_name"];
|
||||
_holder = _this select 0;
|
||||
_type = _this select 1;
|
||||
_classname = _this select 2;
|
||||
_name = getText (configFile >> _type >> _classname >> "displayName");
|
||||
null = _holder addAction [format[(localize "STR_DAYZ_CODE_1"),_name], "\z\addons\dayz_code\actions\object_pickup.sqf",[_type,_classname,_holder], 20, true, true];
|
||||
player reveal _holder;
|
||||
Reference in New Issue
Block a user