Jump to content
Sign in to follow this  
ArmAriffic

AA Fire into air

Recommended Posts

I want to make an AI ZU or a Shilka fire into the air like in Libya or when Baghdad was being invaded, how can i do this?

Share this post


Link to post
Share on other sites

I remember that there were some scripts released (cant remember who of course!) where you could do exactly that. I'm in work and dont have a lot of time to search but I'm sure search will bring up something.

Share this post


Link to post
Share on other sites
spawn couple of blufor uavs high above doing circles :)

Smartass ;) but that will do though ill just give them cant die

Edited by ArmAriffic

Share this post


Link to post
Share on other sites
spawn couple of blufor uavs high above doing circles :)

Just tried it and they get shot down. How high should they be? mine are 3000 high, tried with littlebird as well.

Cheers

GC

Share this post


Link to post
Share on other sites

try place invicible hs around in the air and fire at them, or make the uav invincible.

this allowDamage false;

Share this post


Link to post
Share on other sites
I want to make an AI ZU or a Shilka fire into the air like in Libya or when Baghdad was being invaded, how can i do this?

Actually, you can make something easier. In order to create a kind of battlefield atmosphere that the night sky is lightened by the AA bullets, you can put several enemy plane on the sky and make them unrivled and invisible by useing:

this setdamage false;
hideObject this;

Make them stop flying around by useing:

this enableSimulation false;

Then, put some AA guns on the ground and force them fire at the sky:

_handle = this fireAtTarget [Airtarget1,Weapon classname];

Create a loop to make sure that this guy can fire unlimited bullets so it may last longer:

loop = [] spawn {while {true} do {this setVehicleAmmo 1; sleep 60;}};

Make the AA gun always being there and not being destoried by enemies, you can use:

this setcaptive true;

You can take my suggestion for a reference. Good luck :D

Share this post


Link to post
Share on other sites
that's the one fatty ... Sorry mate couldnt remember who it was !

:292:

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  

×