mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Update fn_SpawnAIStaticMG.sqf
Prevents static weapons from being disassembled
This commit is contained in:
parent
f2e8c1d2cf
commit
c594a92ddd
@ -49,6 +49,7 @@ private _guns = _positions apply
|
||||
_gun setDir (random 360);
|
||||
_gun setPosATL _x;
|
||||
_gun lock 2;
|
||||
_gun enableWeaponDisassembly false;
|
||||
|
||||
_group addVehicle _gun;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user