+ 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:
vbawol
2013-02-16 11:56:39 -06:00
parent 4bb6b117d8
commit 35f587048d
21 changed files with 271 additions and 76 deletions

View File

@@ -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]];