Hydra bomb type
#2

get the target's location, make a few hydra flares objects above him, for example
Код:
new flare;
flare = CreateObject(flare id, TargetX+0.2, TargetY+0.1, TargetZ+150, 0, 0, 0)); //change +0,2, +0,1 to other values in every single flare so you'll get bigger dispersion
use MoveObject on them so it will look like they're falling down
Код:
MoveObject(flare, TargetX+0.2, TargetY+0.1, TargetZ, 30); //30 is the speed
and use timer to set up explosions near the target (depends of speed of the flare object)
Reply


Messages In This Thread
Hydra bomb type - by SalmaN97 - 12.11.2015, 12:47
Re: Hydra bomb type - by lucamsx - 12.11.2015, 15:36

Forum Jump:


Users browsing this thread: 1 Guest(s)