mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-22 16:04:35 +00:00
Update CSAR-100 - Caucasus.lua
This commit is contained in:
@@ -37,10 +37,10 @@ function RedCsar:OnAfterRescued(From, Event, To, HeliUnit, HeliName, NumberSaved
|
|||||||
end
|
end
|
||||||
|
|
||||||
function Spawn_CSAR(RedCSAR)
|
function Spawn_CSAR(RedCSAR)
|
||||||
RedCSAR:_SpawnCsarAtZone( "CSAR_Start_1", coalition.side.RED,"Pilot Maulwurf", true )
|
RedCSAR:SpawnCSARAtZone( "CSAR_Start_1", coalition.side.RED,"Pilot Maulwurf", true )
|
||||||
RedCSAR:_SpawnCsarAtZone( "CSAR_Start_2", coalition.side.RED,"Pilot Schnake", true )
|
RedCSAR:SpawnCSARAtZone( "CSAR_Start_2", coalition.side.RED,"Pilot Schnake", true )
|
||||||
RedCSAR:_SpawnCsarAtZone( "CSAR_Start_3", coalition.side.RED,"Pilot Chickendog", true )
|
RedCSAR:SpawnCSARAtZone( "CSAR_Start_3", coalition.side.RED,"Pilot Chickendog", true )
|
||||||
RedCSAR:_SpawnCsarAtZone( "CSAR_Start_4", coalition.side.RED,"Pilot Wagner", true )
|
RedCSAR:SpawnCSARAtZone( "CSAR_Start_4", coalition.side.RED,"Pilot Wagner", true )
|
||||||
end
|
end
|
||||||
|
|
||||||
local maulwuerfe = TIMER:New(Spawn_CSAR,RedCsar)
|
local maulwuerfe = TIMER:New(Spawn_CSAR,RedCsar)
|
||||||
|
|||||||
Reference in New Issue
Block a user