hintsilent to Epoch_dynamicText

This commit is contained in:
vbawol 2016-04-22 10:46:53 -05:00
parent 34b777dff9
commit ba1bf9ceab
2 changed files with 3 additions and 4 deletions

View File

@ -28,12 +28,11 @@ if (_vehicle == player) then {
if (EPOCH_buildMode > 0) then {
EPOCH_buildMode = 0;
EPOCH_snapDirection = 0;
hintsilent "BUILD MODE: DISABLED";
[format["<t size='1.6' color='#99ffffff'>BUILD MODE:%1</t>","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);

View File

@ -35,7 +35,7 @@ if (getPlayerUID player == Epoch_my_GroupUID) then {
};
};
} else {
hintSilent "You need to select a player!";
["<t size='1.6' color='#99ffffff'>You need to select a player!</t>", 5] call Epoch_dynamicText;
};
true
} else {