Update fn_SpawnAIStaticMG.sqf

Prevents static weapons from being disassembled
This commit is contained in:
MGT 2023-09-05 17:14:46 +01:00 committed by GitHub
parent f2e8c1d2cf
commit c594a92ddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ private _guns = _positions apply
_gun setDir (random 360);
_gun setPosATL _x;
_gun lock 2;
_gun enableWeaponDisassembly false;
_group addVehicle _gun;