This commit is the equivalent of a atomic bomb
This commit is contained in:
14
braf_sar/Braf_Scripts/EFS_Esquilo.sqf
Normal file
14
braf_sar/Braf_Scripts/EFS_Esquilo.sqf
Normal file
@@ -0,0 +1,14 @@
|
||||
// Declaração de variáveis:
|
||||
params ["_heli"];
|
||||
|
||||
// Criação e posicionamento do EFS:
|
||||
sleep 1;
|
||||
_heli vehicleChat "Deploying Emergency Floating System!";
|
||||
private _efs = "BRAF_Esquilo_EFS" createvehicle[0,0,0];
|
||||
_efs setDir (getDir _heli);
|
||||
_efs setPosASL (_heli ModelToWorld [0,0,0]);
|
||||
_efs attachTo [_heli, [0,0,0], "efs_spawn"];
|
||||
|
||||
_heli setVariable ["efs", _efs];
|
||||
|
||||
_heli;
|
||||
Reference in New Issue
Block a user