Update player_lockVault.sqf

This commit is contained in:
Skaronator
2013-12-10 17:21:13 +01:00
parent 25e760c997
commit ba2e6ed18d

View File

@@ -47,7 +47,7 @@ if(!isNull _obj) then {
PVDZE_veh_Update = [_obj,"gear"];
publicVariableServer "PVDZE_veh_Update";
//place tent (local)
//place vault
_holder = createVehicle [_lockedClass,_pos,[], 0, "CAN_COLLIDE"];
_holder setdir _dir;
_holder setPosATL _pos;