rvmatv dps 3 helicópteros corrigidos para o path env_land_co.paa.
camo5_co da fab e mb corrigidos - winch do sar estava transparente.

braf_sar

scripts cprrigidos após atualização da bis que os quebrou
This commit is contained in:
2026-06-15 22:17:42 -03:00
parent 44ca6e7b3e
commit d6793bbd6d
30 changed files with 66 additions and 44 deletions

View File

@@ -10,13 +10,13 @@ sleep 1;
_heli vehicleChat "Deploying Rescue Seat";
// Criação do veículo _rescueseat
private _rescueseat = "BRAF_Rescue_Seat" createvehicle[0,0,0];
private _rescueseat = "BRAF_Rescue_Seat" createVehicle [0, 0, 0];
// Mudança de Orientação do _rescueseat
_rescueseat setDir (getDir _heli);
// Mudança de posição do _rescueseat
_rescueseat setPosASL (_heli ModelToWorld [0,0,-1.5]);
_rescueseat setPosASL (_heli modelToWorld [0, 0, -1.5]);
// Criação do Cabo
private _hoistrope = ropeCreate [_heli, "rope_start", _rescueseat, "hoist_point", 0.25];