Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Applevangelist authored Aug 18, 2024
1 parent c98843e commit a8dc1ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Ops/CTLD/CTLD 120 - Chinook/CTLD-120 - Chinook.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 modified Ops/CTLD/CTLD 120 - Chinook/CTLD-120 - Chinook.miz
Binary file not shown.

0 comments on commit a8dc1ad

Please sign in to comment.