mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-23 11:40:46 +00:00
Add files via upload
This commit is contained in:
@@ -14,10 +14,9 @@
|
|||||||
-- Date: 17 Aug 2024
|
-- Date: 17 Aug 2024
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
_SETTINGS:SetPlayerMenuOff()
|
_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.useprefix = true
|
||||||
my_ctld.dropcratesanywhere = true
|
my_ctld.dropcratesanywhere = true
|
||||||
my_ctld.forcehoverload = false -- Chinook must-have option
|
my_ctld.forcehoverload = false -- Chinook must-have option
|
||||||
@@ -51,4 +50,6 @@ end
|
|||||||
|
|
||||||
function my_ctld:OnAfterCratesDropped(From,Event,To,Group,Unit,Cargotable)
|
function my_ctld:OnAfterCratesDropped(From,Event,To,Group,Unit,Cargotable)
|
||||||
MESSAGE:New("Crates dropped by "..Unit:GetPlayerName(),10,"CTLD"):ToBlue()
|
MESSAGE:New("Crates dropped by "..Unit:GetPlayerName(),10,"CTLD"):ToBlue()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user