mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update docs/wiki/framework/crew-served-weapons-framework.md
This commit is contained in:
parent
b4a0771730
commit
9fe3f8432f
@ -153,7 +153,7 @@ class CfgVehicles {
|
||||
|
||||
ACE's ammo handling (including AI reloading, and initial unloading and conversion of the weapon's magazines) can be blocked by setting the `ace_csw_disabled` variable on init.
|
||||
This will also block reloading and unloading the weapon manually through ACE.
|
||||
This variable needs to be set where the weapon is local.
|
||||
This variable needs to be set globally.
|
||||
|
||||
```sqf
|
||||
myCustomStaticWeapon = createVehicle ["B_Mortar_01_F", [0, 0, 0]];
|
||||
|
Loading…
Reference in New Issue
Block a user