Jump to content
49lone82

Possible to disable auto rearm & set vehicle reload time?

Recommended Posts

rying to stop the Ammo Truck/Pod/Container abuse without removing them from game. Is it possible to stop them from auto rearming vehicles and static weapons and is it possible to make the rearm times longer? Like 3 minutes from start to finish?

Share this post


Link to post
Share on other sites

Did you try to clear the vehicle cargo ?

 

maybe try this:

_vehicle = YOUR-VEHICLE-OBJECT
clearWeaponCargoGlobal _vehicle;
clearMagazineCargoGlobal _vehicle;
clearItemCargoGlobal _vehicle;
clearBackpackCargoGlobal _vehicle;

And look if you can still do the vehicle based actions, with that code.

 

I am not sure, if that works, i am on my mobile, but tell me if it does not or, if not i gonna look it up from my mission when I am at home :)

 

 

Regards Arkensor

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×