mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update server_handleSafeGear.sqf
This commit is contained in:
@@ -144,7 +144,7 @@ if (_status < 4) then {
|
|||||||
if (_ownerID == _playerUID) then {_lockCode = format["%1 - Owner",_lockCode];};
|
if (_ownerID == _playerUID) then {_lockCode = format["%1 - Owner",_lockCode];};
|
||||||
"Safe"
|
"Safe"
|
||||||
};
|
};
|
||||||
if (_type in ["LockboxStorage","LockboxStorageLocked","LockboxStorage2","LockboxStorage2Locked"]) exitwith {
|
if (_type in ["LockboxStorage","LockboxStorageLocked","LockboxStorage2","LockboxStorage2Locked","LockboxStorageWinterLocked","LockboxStorageWinter2Locked","LockboxStorageWinter","LockboxStorageWinter2"]) exitwith {
|
||||||
if (_ownerID == _playerUID) then {
|
if (_ownerID == _playerUID) then {
|
||||||
_lockCode = _charID call fnc_lockCode;
|
_lockCode = _charID call fnc_lockCode;
|
||||||
_lockCode = format["%1 - Owner",_lockCode];
|
_lockCode = format["%1 - Owner",_lockCode];
|
||||||
|
|||||||
Reference in New Issue
Block a user