mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Add notification when new missions are available
This commit is contained in:
@@ -324,6 +324,7 @@ enum RebelCommandText // keep this synced with szRebelCommandText in the text fi
|
||||
RCT_CONFIRM_CHANGE_ADMIN_ACTION_PROMPT,
|
||||
RCT_INSUFFICIENT_SUPPLIES_ADMIN_ACTIONS_DISABLED,
|
||||
RCT_NEW_MISSIONS_AVAILABLE_TIME,
|
||||
RCT_NEW_MISSIONS_AVAILABLE_NOTIFICATION,
|
||||
RCT_MISSION_PREP_IN_PROGRESS,
|
||||
RCT_MISSION_DURATION_DAYS,
|
||||
RCT_MISSION_SUCCESS_CHANCE,
|
||||
@@ -3936,6 +3937,8 @@ void DailyUpdate()
|
||||
idx++;
|
||||
}
|
||||
}
|
||||
|
||||
ScreenMsg(FONT_MCOLOR_LTYELLOW, MSG_INTERFACE, szRebelCommandText[RCT_NEW_MISSIONS_AVAILABLE_NOTIFICATION]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -11935,6 +11935,7 @@ STR16 szRebelCommandText[] =
|
||||
L"更改此指令操作将花费$%d并重置。确认支出?", //L"Changing this Admin Action will cost $%d and reset its tier. Confirm expenditure?",
|
||||
L"Insufficient supplies! Admin Actions have been DISABLED.",
|
||||
L"New missions will be available every %d hours.",
|
||||
L"New missions are available at the A.R.C. website.",
|
||||
L"Mission preparations in progress.",
|
||||
L"Mission duration: %d days",
|
||||
L"Chance of success: %d%s",
|
||||
|
||||
@@ -11945,6 +11945,7 @@ STR16 szRebelCommandText[] = // TODO.Translate
|
||||
L"Changing this Admin Action will cost $%d and reset its tier. Confirm expenditure?",
|
||||
L"Insufficient supplies! Admin Actions have been DISABLED.",
|
||||
L"New missions will be available every %d hours.",
|
||||
L"New missions are available at the A.R.C. website.",
|
||||
L"Mission preparations in progress.",
|
||||
L"Mission duration: %d days",
|
||||
L"Chance of success: %d%s",
|
||||
|
||||
@@ -11935,6 +11935,7 @@ STR16 szRebelCommandText[] =
|
||||
L"Changing this Admin Action will cost $%d and reset its tier. Confirm expenditure?",
|
||||
L"Insufficient supplies! Admin Actions have been DISABLED.",
|
||||
L"New missions will be available every %d hours.",
|
||||
L"New missions are available at the A.R.C. website.",
|
||||
L"Mission preparations in progress.",
|
||||
L"Mission duration: %d days",
|
||||
L"Chance of success: %d%s",
|
||||
|
||||
@@ -11927,6 +11927,7 @@ STR16 szRebelCommandText[] = // TODO.Translate
|
||||
L"Changing this Admin Action will cost $%d and reset its tier. Confirm expenditure?",
|
||||
L"Insufficient supplies! Admin Actions have been DISABLED.",
|
||||
L"New missions will be available every %d hours.",
|
||||
L"New missions are available at the A.R.C. website.",
|
||||
L"Mission preparations in progress.",
|
||||
L"Mission duration: %d days",
|
||||
L"Chance of success: %d%s",
|
||||
|
||||
@@ -11849,6 +11849,7 @@ STR16 szRebelCommandText[] = // TODO.Translate
|
||||
L"Changing this Admin Action will cost $%d and reset its tier. Confirm expenditure?",
|
||||
L"Insufficient supplies! Admin Actions have been DISABLED.",
|
||||
L"New missions will be available every %d hours.",
|
||||
L"New missions are available at the A.R.C. website.",
|
||||
L"Mission preparations in progress.",
|
||||
L"Mission duration: %d days",
|
||||
L"Chance of success: %d%s",
|
||||
|
||||
@@ -11936,6 +11936,7 @@ STR16 szRebelCommandText[] = // TODO.Translate
|
||||
L"Changing this Admin Action will cost $%d and reset its tier. Confirm expenditure?",
|
||||
L"Insufficient supplies! Admin Actions have been DISABLED.",
|
||||
L"New missions will be available every %d hours.",
|
||||
L"New missions are available at the A.R.C. website.",
|
||||
L"Mission preparations in progress.",
|
||||
L"Mission duration: %d days",
|
||||
L"Chance of success: %d%s",
|
||||
|
||||
@@ -11949,6 +11949,7 @@ STR16 szRebelCommandText[] = // TODO.Translate
|
||||
L"Changing this Admin Action will cost $%d and reset its tier. Confirm expenditure?",
|
||||
L"Insufficient supplies! Admin Actions have been DISABLED.",
|
||||
L"New missions will be available every %d hours.",
|
||||
L"New missions are available at the A.R.C. website.",
|
||||
L"Mission preparations in progress.",
|
||||
L"Mission duration: %d days",
|
||||
L"Chance of success: %d%s",
|
||||
|
||||
@@ -11930,6 +11930,7 @@ STR16 szRebelCommandText[] = // TODO.Translate
|
||||
L"Changing this Admin Action will cost $%d and reset its tier. Confirm expenditure?",
|
||||
L"Insufficient supplies! Admin Actions have been DISABLED.",
|
||||
L"New missions will be available every %d hours.",
|
||||
L"New missions are available at the A.R.C. website.",
|
||||
L"Mission preparations in progress.",
|
||||
L"Mission duration: %d days",
|
||||
L"Chance of success: %d%s",
|
||||
|
||||
Reference in New Issue
Block a user