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.
This commit is contained in:
Marko
2014-07-25 00:37:12 +02:00
parent bbfd03dbf7
commit f1b3104e1e

View File

@@ -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];