From 84bd75d6e1688ce59f99b28b7f0d79cc88a97a2f Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 4 Nov 2013 16:45:03 -0600 Subject: [PATCH] message player about being crushed --- SQF/dayz_code/compile/player_antiWall.sqf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SQF/dayz_code/compile/player_antiWall.sqf b/SQF/dayz_code/compile/player_antiWall.sqf index 5d3027dc2..4b246b258 100644 --- a/SQF/dayz_code/compile/player_antiWall.sqf +++ b/SQF/dayz_code/compile/player_antiWall.sqf @@ -25,6 +25,8 @@ if ((count _intersectsWith) > 0) then { } forEach _intersectsWith; if(_activated) then { diag_log format["Player Wall glitched %1 - player: %3 vehicle:%4", player,_playerPos,_vehiclePos]; + cutText ["You have been crushed between two objects.", "PLAIN DOWN"]; _id = [player,"bled"] spawn player_death; + }; }; \ No newline at end of file