武装突袭3

武装突袭3

Battleboys Arsenal Loadout Anywhere
8 条留言
Mr.Frost  [作者] 2023 年 5 月 6 日 上午 10:32 
Glad it works for you :)
jordantyson3636 2023 年 5 月 6 日 上午 1:27 
Thank you, thank you!!!! I thought saving loadouts was over with extended Arsenal, but this solved all my "load out not allowed" problems!! Thanks to this masterpiece I'm back in business!! Lol. Thanks again, I appreciate and enjoy your work!!
Mr.Frost  [作者] 2021 年 7 月 24 日 上午 11:36 
Glad it worked :)
MSFMiller 2021 年 7 月 24 日 上午 10:01 
Yup, seems to be working fine. Thanks alot for the help man! :steamthumbsup:
MSFMiller 2021 年 7 月 24 日 上午 9:39 
Wow, I think that might have just done the trick.
MSFMiller 2021 年 7 月 24 日 上午 9:33 
I'll give it a try, thanks.
Mr.Frost  [作者] 2021 年 7 月 23 日 下午 11:08 
@MSFMiller You might be able to set the variable

_playerstart = player getVariable ["enableBB_ALA_Start",true];

Then have another loop that checks whether stuff is loaded....

if(hasInterface) then {
[] spawn {
waitUntil {sleep 1; !isNull player};
player setVariable ["enableBB_ALA",false,false];
player setVariable ["enableBB_ALA_Start",true,false];
sleep 30;
player setVariable ["enableBB_ALA_Start",false,false];
};
};

I have *no* idea if that will work... but feel free to hack around with it. :)

MSFMiller 2021 年 7 月 23 日 上午 6:31 
Is there any way to use the grace period through the addon instead of through a mission file? i've tried putting a .sqf in the addon's functions folder with the code you provided in the readme, and i have also tried creating a separate addon just for it, but to no avail. the "Resupply grace period" hint works, but doesn't actually make the arsenal option disappear after the 30 seconds.