Jump to content

Recommended Posts

I've added an artillery script to an MP mission but I can't get the SADRAM to work.  The arty is virtual so it creates the shell at the marker.  I'm not sure if the SADRAM has to be shot from a cannon for it to work.  I've set the spawn height a bit higher because of the nature of the round.  I can see it fall and hear an explosion but what I target does not take any damage.  I'm using this to place the shell:

 

_shell = "ARTY_Sh_105_SADARM" createvehicle [0,0]
_shell setpos [ _pos select 0, _pos select 1, 200]

 

I know I've been on servers using arty scrips with the SADRAM but I can't recall where and I can't seem to find one like that from searching.  So another solution would be if any one could point me in the direction of a script with that feature.

Share this post


Link to post
Share on other sites

The ARTY_sadarmDeploy.sqf in arty module covers SADARM deployment and gives a good sense of how it behaves.

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

×