mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
hintsilent to Epoch_dynamicText
This commit is contained in:
parent
34b777dff9
commit
ba1bf9ceab
@ -28,12 +28,11 @@ if (_vehicle == player) then {
|
|||||||
if (EPOCH_buildMode > 0) then {
|
if (EPOCH_buildMode > 0) then {
|
||||||
EPOCH_buildMode = 0;
|
EPOCH_buildMode = 0;
|
||||||
EPOCH_snapDirection = 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_Target = objNull;
|
||||||
// EPOCH_SURVEY = [];
|
|
||||||
};
|
};
|
||||||
_increaseStamina = true;
|
_increaseStamina = true;
|
||||||
// TODO: move to vehicle configs
|
// TODO: move back to vehicle configs
|
||||||
switch (typeOf _vehicle) do {
|
switch (typeOf _vehicle) do {
|
||||||
case "jetski_epoch": {
|
case "jetski_epoch": {
|
||||||
_clock_hour10 = floor ((date select 3)/10);
|
_clock_hour10 = floor ((date select 3)/10);
|
||||||
|
@ -35,7 +35,7 @@ if (getPlayerUID player == Epoch_my_GroupUID) then {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
} else {
|
} 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
|
true
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user