mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 09:59:18 +03:00
@@ -121,7 +121,7 @@ if (isnil "_proceed") then {
|
||||
if (_proceed) then {
|
||||
//Completed but no success.
|
||||
if (!_brokein) then {
|
||||
PVDZ_sec_atp = format["BROKEINFAILED: Play3r %1 Broke into Failed %2 at %3 chances:%4,%5",player, (typeof _target), (mapGridPosition _pos), _sledgeChance, _crowBarChance];
|
||||
PVDZ_sec_atp = format["BROKEINFAILED: Play3r UID#%1 Broke into Failed %2 at %3 chances:%4,%5",(getPlayerUID player), (typeOf _target), (mapGridPosition _pos), _sledgeChance, _crowBarChance];
|
||||
|
||||
_msg = "STR_BLD_BREAKIN_COMPLETE_FAIL";
|
||||
} else {
|
||||
@@ -133,7 +133,7 @@ if (_proceed) then {
|
||||
_target animate ["DoorL", 1];
|
||||
|
||||
|
||||
PVDZ_sec_atp = format["BROKEINSUCCESSFUL: Play3r %1 Broke into %2 at %3",player, (typeof _target), (mapGridPosition _pos)];
|
||||
PVDZ_sec_atp = format["BROKEINSUCCESSFUL: Play3r UID#%1 Broke into %2 at %3",(getPlayerUID player), (typeOf _target), (mapGridPosition _pos)];
|
||||
|
||||
_msg = "STR_BLD_BREAKIN_COMPLETE";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user