Merge remote-tracking branch 'origin/master' into branch

This commit is contained in:
Applevangelist
2025-01-30 13:21:10 +01:00

View File

@@ -1012,6 +1012,14 @@ do
-- ... your code here ... -- ... your code here ...
-- end -- end
-- --
--- ## 3.6 OnAfterHelicopterLost
--
-- This function is called when a player has deployed left a unit or crashed/died:
--
-- function my_ctld:OnAfterHelicopterLost(From, Event, To, Unitname, Cargotable)
-- ... your code here ...
-- end
--
-- ## 3.6 OnAfterCratesBuild, OnAfterCratesRepaired -- ## 3.6 OnAfterCratesBuild, OnAfterCratesRepaired
-- --
-- This function is called when a player has build a vehicle or FOB: -- This function is called when a player has build a vehicle or FOB: