You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TheLocalPub edited this page Mar 9, 2023
·
1 revision
Description
loadouts.sqf allows you to enable/disable certain loadouts to be used on users or AI.
Usage
In your loadouts folder, make sure you first created the actual loadout .sqf file of the loadout you wish to enable. Enabling the loadout file first prior to the loadout actually existing can crash your game.
Once you've done the above you can now enable your loadout by adding the following.
#include"loadouts\MyLoadoutNameHere.sqf"
In between the "" marks, replace MyLoadoutNameHere with your loadouts name.
Your loadout file will now by enabled and you can now begin to add the loadouts to either your users or AI.