This commit is contained in:
Skaronator
2014-02-02 20:32:23 +01:00
parent bc21f81f03
commit ce8ea62b63
2 changed files with 3 additions and 4 deletions

View File

@@ -60,10 +60,7 @@ if(!isNull _obj) then {
PVDZE_obj_setlocalVars = [_obj,_holder];
publicVariableServer "PVDZE_obj_setlocalVars";
// remove vault
deleteVehicle _obj;
cutText [format[(localize "str_epoch_player_117"),_text], "PLAIN DOWN"];
};
s_player_lockvault = -1;

View File

@@ -926,6 +926,8 @@ server_setLocalObjVars = {
_magazines = getMagazineCargo _obj;
_backpacks = getBackpackCargo _obj;
deleteVehicle _obj;
if (count _weapons > 0) then {
_holder setVariable ["WeaponCargo", _weapons];
};