Added multicrew support for: C-101CC, C101EB, F-14A , UH-1H

This commit is contained in:
VladMordock
2020-12-26 22:50:29 +01:00
parent 91b4e5f683
commit 89ed064358

View File

@@ -265,7 +265,7 @@ Perun.GetMulticrewCrew = function (owner_playerID)
local _crew = {} local _crew = {}
table.insert(_crew, owner_playerID) table.insert(_crew, owner_playerID)
if _master_type == "F-14B" or _master_type == "Yak-52" or _master_type == "L-39C" or _master_type == "SA342M" or _master_type =="SA342Minigun" or _master_type == "SA342Mistral" or _master_type == "SA342L" then -- TBD add additional multicrew model types if _master_type == "F-14B" or _master_type == "Yak-52" or _master_type == "L-39C" or _master_type == "SA342M" or _master_type =="SA342Minigun" or _master_type == "SA342Mistral" or _master_type == "SA342L" or _master_type == "F-14A-135-GR" or _master_type == "C-101EB" or _master_type == "UH-1H" or _master_type == "C-101CC" then -- TBD add additional multicrew model types
local _owner_side=net.get_player_info(owner_playerID, 'side') local _owner_side=net.get_player_info(owner_playerID, 'side')
if _master_slot and _master_slot ~= "" then if _master_slot and _master_slot ~= "" then