Vdauphin 5ca113d0ba FIX: ace_common_fnc_loadPerson don't detect taru with place for crew (#5464)
When you load somebody inside a vehicle the ace_common_fnc_loadPerson is
used. This fonction acutually search nearestObjects of type ["Car",
"Air", "Tank", "Ship_F"] to put player inside. Infortunatly, the taru
family with crew place (exemple
:"Land_Pod_Heli_Transport_04_medevac_black_F") are not detected because
the corresponding parent class of
"Land_Pod_Heli_Transport_04_medevac_black_F" is :
["Land_Pod_Heli_Transport_04_medevac_F","Pod_Heli_Transport_04_crewed_base_F","StaticWeapon","LandVehicle","Land","AllVehicles","All"].
To avoid this, the "Pod_Heli_Transport_04_crewed_base_F" parent class
should also be search by nearestobjects.
2017-08-28 22:51:03 -05:00
..
2017-08-22 13:30:56 -05:00
2017-08-22 13:30:56 -05:00
2017-07-11 00:21:09 +02:00
2017-07-10 16:46:02 +02:00
2017-07-18 23:00:48 +02:00
2017-08-22 13:30:56 -05:00
2017-08-22 13:30:56 -05:00
2017-08-22 13:30:56 -05:00