diff --git a/Sources/epoch_code/compile/setup/masterLoop/Event1.sqf b/Sources/epoch_code/compile/setup/masterLoop/Event1.sqf
index a6744742..ff319027 100644
--- a/Sources/epoch_code/compile/setup/masterLoop/Event1.sqf
+++ b/Sources/epoch_code/compile/setup/masterLoop/Event1.sqf
@@ -28,12 +28,11 @@ if (_vehicle == player) then {
if (EPOCH_buildMode > 0) then {
EPOCH_buildMode = 0;
EPOCH_snapDirection = 0;
- hintsilent "BUILD MODE: DISABLED";
+ [format["BUILD MODE:%1","DISABLED"], 5] call Epoch_dynamicText;
EPOCH_Target = objNull;
- // EPOCH_SURVEY = [];
};
_increaseStamina = true;
- // TODO: move to vehicle configs
+ // TODO: move back to vehicle configs
switch (typeOf _vehicle) do {
case "jetski_epoch": {
_clock_hour10 = floor ((date select 3)/10);
diff --git a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnMod.sqf b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnMod.sqf
index e667b918..574b535f 100644
--- a/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnMod.sqf
+++ b/Sources/epoch_code/gui/scripts/group/EPOCH_Group_BtnMod.sqf
@@ -35,7 +35,7 @@ if (getPlayerUID player == Epoch_my_GroupUID) then {
};
};
} else {
- hintSilent "You need to select a player!";
+ ["You need to select a player!", 5] call Epoch_dynamicText;
};
true
} else {