Log antiwall in server.rpt

This commit is contained in:
AirwavesMan
2020-06-18 20:31:14 +02:00
parent 99dc7cd71f
commit c1e21472dd

View File

@@ -38,6 +38,9 @@ if(_activated) then {
// this method is said to be faster than switch, lets try it.
call {
PVDZ_sec_atp = format["WARNING: Play3r UID#%1 exited %2 close to a building at position %3 (%4)",(getPlayerUID player), (typeOf _vehicle), (getposATL player), (mapGridPosition (getposATL player))];
publicVariableServer "PVDZ_sec_atp";
if (DZE_AntiWallCounter == DZE_AntiWallLimit) exitWith {
localize "str_epoch_player_9" call dayz_rollingMessages;
[player,"crushed"] call player_death;