#761 allow owner to remove modular(no refund, no rubble)

This commit is contained in:
dayz10k
2013-11-22 17:47:11 -05:00
parent a0b171d3f5
commit 3c1984ba88

View File

@@ -69,7 +69,7 @@ cutText [format[(localize "str_epoch_player_162"),_nameVehicle], "PLAIN DOWN"];
if (_isModular) then { if (_isModular) then {
//allow previous cutText to show, then show this if modular. //allow previous cutText to show, then show this if modular.
sleep 2; sleep 2;
{cutText [format["This will not refund any components."], "PLAIN"];}; {cutText [format["Deconstructing modular buildables will not refund any components."], "PLAIN"];};
}; };
// Alert zombies once. // Alert zombies once.