Jump to content
Sign in to follow this  
EiZei

Camcreating a-10 bombs?

Recommended Posts

This probably has been discussed somewhere here but my extensive searcing did not turn up anything, oh well.

I want to camcreate some laser guided bombs (the ones that are mounted on A-10s) for a cutscene, is this possible and what is the name I should use?

Share this post


Link to post
Share on other sites

bomb = "LaserGuidedBomb" camcreate getpos setti

Where setti is the name of the pos you want it to be created. You can use [x,y,z] coordinates too. wink_o.gif

Hawkins

Share this post


Link to post
Share on other sites

or

more simple

create logic ( target)

bomb = "LaserGuidedBomb" CamCreate setpos [(getpos target 0),(getpos target 1), height]

target is your logics name

height is what is says if you want to see it fall

Share this post


Link to post
Share on other sites
or

more simple

create logic ( target)

bomb = "LaserGuidedBomb" CamCreate setpos [(getpos target 0),(getpos target 1), height]

target is your logics name

height is what is says if you want to see it fall

I was just merely asking for the LGBs classname, I do know how to use camcreate properly with explosive munitions. wink_o.gif

Share this post


Link to post
Share on other sites
Quote[/b] ]I was just merely asking for the LGBs classname, I do know how to use camcreate properly with explosive munitions.  wink_o.gif
Now, now don't get fiesty  tounge_o.gif

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  

×