Merge pull request #8350 from abcdefg30/timer02
Fix the timer in allies02
This commit is contained in:
@@ -69,6 +69,7 @@ ConvoyOnSite = false
|
|||||||
SendTrucks = function()
|
SendTrucks = function()
|
||||||
if not ConvoyOnSite then
|
if not ConvoyOnSite then
|
||||||
ConvoyOnSite = true
|
ConvoyOnSite = true
|
||||||
|
ticked = 0
|
||||||
ConvoyObjective = player.AddPrimaryObjective("Escort the convoy")
|
ConvoyObjective = player.AddPrimaryObjective("Escort the convoy")
|
||||||
Media.PlaySpeechNotification(player, "ConvoyApproaching")
|
Media.PlaySpeechNotification(player, "ConvoyApproaching")
|
||||||
Trigger.AfterDelay(DateTime.Seconds(3), function()
|
Trigger.AfterDelay(DateTime.Seconds(3), function()
|
||||||
|
|||||||
Reference in New Issue
Block a user