From f1b3104e1e35d0a8cae608722bcf79fe31d26095 Mon Sep 17 00:00:00 2001 From: Marko Date: Fri, 25 Jul 2014 00:37:12 +0200 Subject: [PATCH] Update player_build2.sqf Would this work for adding built item code into systemchat? This way people can PageUp to view it, even after its gone from the screen. --- SQF/dayz_code/actions/player_build2.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/player_build2.sqf b/SQF/dayz_code/actions/player_build2.sqf index 0e1410b27..339bfff29 100644 --- a/SQF/dayz_code/actions/player_build2.sqf +++ b/SQF/dayz_code/actions/player_build2.sqf @@ -589,7 +589,7 @@ if (isClass (configFile >> "SnapBuilding" >> _classname)) then { publicVariableServer "PVDZE_obj_Publish"; cutText [format[(localize "str_epoch_player_140"),_combinationDisplay,_text], "PLAIN DOWN", 5]; - + systemChat format [(localize "str_epoch_player_140"),_combinationDisplay,_text]; } else { _tmpbuilt setVariable ["CharacterID",dayz_characterID,true];