武装突袭3

武装突袭3

Antistasi Ultimate - Mod
zeeb 2024 年 11 月 25 日 下午 7:51
Example of how to add weapons to starting equipment
I were looking for it myself and found something that worked.
_index = "srifle_DMR_06_hunter_F" call jn_fnc_arsenal_itemType; [_index,"srifle_DMR_06_hunter_F",-1] call jn_fnc_arsenal_addItem;
_index = "10Rnd_Mk14_762x51_Mag" call jn_fnc_arsenal_itemType; [_index,"10Rnd_Mk14_762x51_Mag",-1] call jn_fnc_arsenal_addItem;
This code can be executed locally when you pause the game to bring up the menu with ESC.

Just need to change the classnames to whatever, classnames for weapons in particular can be found here: https://community.bistudio.com/wiki/Arma_3:_CfgWeapons_Weapons
最后由 zeeb 编辑于; 2024 年 12 月 2 日 下午 6:06