Jump to content
Sign in to follow this  
Katash

Need Help - Vehicle Rearm

Recommended Posts

Ok, all I'm trying to do is edit Domination and put 3 mortars on the airfield that have infinate ammo.

I've tried modifying a script and using that but the server just crashes after about 30 mins of use.

I've also tried putting a vehicle ammo box under the mortars - this works fine in preview and when I run a server but when its run on a dedicated server it does nothing.

Can anyone please help me acomplish this?

Share this post


Link to post
Share on other sites

I'm not sure this works on a dedicated server, but i used this in a trigger to give a shilka unlimited ammo.

It should reload when it's empty. You could place a hint after it to verify if it works... :)

Condition:

not (someAmmo mortar1);

Activation:

mortar1 setVehicleAmmo 1; hint "Reloading Mortar 1 completed"

Good luck!

>>> EDIT <<<

If setVehicleAmmo doesn't work, then maybe setAmmoCargo works.

Edited by Sjonkovic

Share this post


Link to post
Share on other sites

Ta - Found that even without scripts the server still crashes when using arty, .rpt doesnt indicate why

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
Sign in to follow this  

×