mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Add files via upload
This commit is contained in:
@@ -14,10 +14,9 @@
|
||||
-- Date: 17 Aug 2024
|
||||
-------------------------------------------------------------------------
|
||||
|
||||
|
||||
_SETTINGS:SetPlayerMenuOff()
|
||||
|
||||
local my_ctld = CTLD:New(coalition.side.BLUE,{"Helicargo","Ch.47"},"Lufttransportbrigade I")
|
||||
local my_ctld = CTLD:New(coalition.side.BLUE,{"Helicargo","CH.47","CH%-47"},"Lufttransportbrigade I")
|
||||
my_ctld.useprefix = true
|
||||
my_ctld.dropcratesanywhere = true
|
||||
my_ctld.forcehoverload = false -- Chinook must-have option
|
||||
@@ -51,4 +50,6 @@ end
|
||||
|
||||
function my_ctld:OnAfterCratesDropped(From,Event,To,Group,Unit,Cargotable)
|
||||
MESSAGE:New("Crates dropped by "..Unit:GetPlayerName(),10,"CTLD"):ToBlue()
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user