mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 17:42:01 +03:00
0.96
+ fixed crafting of tin and aluminum bars from trash + fixed color coding on weapons and vehicle sellers + removed radar from mi-17 civilian + added 10oz versions of silver and copper. + added basic 3d preview support to build-ables.
This commit is contained in:
@@ -33,7 +33,7 @@ if (!_hastentitem) exitWith {cutText [format[(localize "str_player_31"),_text,"p
|
||||
//diag_log ("Pitch Tent: " + str(_isok) );
|
||||
|
||||
// Start Preview loop
|
||||
_tmpvault = createVehicle ["VaultStorageLocked", _location, [], 0, "NONE"];
|
||||
_tmpvault = createVehicle ["VaultStorageLocked", _location, [], 0, "CAN_COLLIDE"];
|
||||
_tmpvault setdir _dir;
|
||||
_tmpvault attachTo [player,[_offset_x,_offset_y,_offset_z_attach]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user