Katash 10 Posted July 12, 2009 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
Sjonkovic 0 Posted July 12, 2009 (edited) 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 July 12, 2009 by Sjonkovic Share this post Link to post Share on other sites
Katash 10 Posted July 13, 2009 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