UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

NPC's or Ai's rappelling out of a black hawk helicopter. MW3 Delta Squd

broken avatar :(
Created 11 years ago
by AwESOMECONNOR95
0 Members and 1 Guest are viewing this topic.
1,755 views
broken avatar :(
×
broken avatar :(
Location: caAt yo moms house
Date Registered: 1 October 2014
Last active: 10 years ago
Posts
62
Respect
Forum Rank
Rotting Walker
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Deez nuts
Signature
Yo, I'm AwESOME95 I have a youtube channel and I'm new to mapping I also got a instagram steam, ps3 and more! Check the accounts out Above! and follow me
Yo, I was wondering if someone would be willing to help me script an NPC's/bots rappelling out of a black hawk helicopter. Something like MW3 Special ops survival Delta Squad.

Like you call in the black hawk and actors repel out of the helicopter. Also I have the xanin for the black hawk so the blades move also I do have the script for it going in a path. So is this possible and come someone help me with this?

http://img2.wikia.nocookie.net/__cb20130321142453/callofduty/images/thumb/d/dc/Marines_rappeling_from_UH-60_Charlie_Don't_Surf_COD4.png/1280px-Marines_rappeling_from_UH-60_Charlie_Don't_Surf_COD4.png

http://www.youtube.com/watch?v=8sxMyIRsoxE#ws

http://www.youtube.com/watch?v=FXEujFYVQ9Q#ws
Last Edit: January 04, 2015, 10:37:35 pm by AwESOMECONNOR95
broken avatar :(
×
broken avatar :(
Location: caAt yo moms house
Date Registered: 1 October 2014
Last active: 10 years ago
Posts
62
Respect
Forum Rank
Rotting Walker
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Deez nuts
http://www.youtube.com/watch?v=Il7YKraKvmQ&feature=youtu.be watch the video and see if you got an idea. Also I came across this script I found in the cod4 files:
Code Snippet
Plaintext
set_attached_models()
{
 array = [];
 array[ "TAG_FastRope_LE" ] = spawnstruct();
 array[ "TAG_FastRope_LE" ].model = "rope_test";
 array[ "TAG_FastRope_LE" ].tag = "TAG_FastRope_LE";
 array[ "TAG_FastRope_LE" ].idleanim = %bh_rope_idle_le;
 array[ "TAG_FastRope_LE" ].dropanim = %bh_rope_drop_le;

 array[ "TAG_FastRope_RI" ] = spawnstruct();
 array[ "TAG_FastRope_RI" ].model = "rope_test_ri";
 array[ "TAG_FastRope_RI" ].tag = "TAG_FastRope_RI";
 array[ "TAG_FastRope_RI" ].idleanim = %bh_rope_idle_ri;
 array[ "TAG_FastRope_RI" ].dropanim = %bh_rope_drop_ri;
 
 strings = getarraykeys( array );
 
 for( i=0;i<strings.size;i++ )
 {
   precachemodel( array[ strings[ i ] ].model );
 }

 return array;
}
Last Edit: January 05, 2015, 07:06:14 am by lukkie1998

 
Loading ...