walshy690 10 Posted September 28, 2013 So I managed to get my vehicle spawns sorted earlier thanks to a helpful member on here but now when the Styrder HMG it only spawns with a single round. Is there a fix for this? Cheers, Walshy Share this post Link to post Share on other sites
walshy690 10 Posted September 29, 2013 Figured it out they randomly spawn with a different amount of ammo. Share this post Link to post Share on other sites
kylania 568 Posted September 29, 2013 Actually, they don't. You must have some script that's doing that. Is this a mission you've started from scratch or are you editing an existing mission? Share this post Link to post Share on other sites
walshy690 10 Posted September 29, 2013 I have been editing an existing mission its a wasteland mission and I have set vehicle spawn points and it randomly spawns in selected vehicles I believe but since I posted this it seems to have fixed itself in some way shape or form. Share this post Link to post Share on other sites
na_palm 19 Posted September 30, 2013 the file/line in question is server\spawning\vehiclecreation.sqf line ~53 if (_type > 1) then { _car setVehicleAmmo (random 0.90) }; at the end the "random 0.90" is responsible for it. If you dont want it out comment "//" or delete the line. greetings Na_Palm Share this post Link to post Share on other sites
walshy690 10 Posted October 3, 2013 Ahhhh sweet I had a feeling there was something random in the script. Dude you are a great help thank you. Share this post Link to post Share on other sites