I remember someone before asking on "HOW TO MAKE A TEAMMATE TO TRHOW A FLASH BANG??"
So, I just take 10 minutes to make a research on this, and get good results.
By opening the teammates ADM file, I found the animations needed.
Here are the animations:
anim_grenade_1l ............ // Throw a Flash Bang with the LEFT hand.
anim_grenade_1r ............ // Throw a Flash Bang with the RIGHT hand.
anim_grenade_2l ............ // Throw a GRENADE with the LEFT hand.
anim_grenade_2r ............ // Throw a GRENADE with the RIGHT hand.
Examples:
Lets say my Delta teammate is SSN3, so I make this Wac event:
****************************
if elapse(10) then
SSNanim(3, anim_grenade_1l)
endif
****************************
So, the results were good, my teammate throw a Flash Bang every 10 seconds with the left hand.
Now I make a Wac event like this:
****************************
if elapse(10) then
SSNanim(3, anim_grenade_2l)
endif
****************************
So, the results were good, my teammate trhow a Grenade every 10 seconds with the left hand.
Regards
José LZkahuna - 12-10-2004 at 11:37 AM
Hey joselz if you put the never() command will it only throw 1?TrSniper - 12-10-2004 at 10:55 PM
Nice Job José LZ, would give us a nice smaple and i might use it in my next Team Sabre Mission.Thx for the presure you put in it(if you did:P).joselz - 12-10-2004 at 11:28 PM
Quote:
Originally posted by kahunaDS
Hey joselz if you put the never() command will it only throw 1?
I know that, just that the wac event showed was a example.... LOL
?
davesnow - 12-11-2004 at 03:53 AM
If you use this:
if elapse(10) then
SSNanim(3, anim_humvee_1l)
endif
Will it throw a HUMVEE!?!?!?!?bs2 - 12-11-2004 at 04:02 AM
LOOOOOOOOOOOOOOL, mabey you should try it out and see:Djoselz - 12-11-2004 at 10:58 AM
Quote:
Originally posted by davesnow
If you use this:
if elapse(10) then
SSNanim(3, anim_humvee_1l)
endif
Will it throw a HUMVEE!?!?!?!?
NO ! N:o ! NO ! N !!!!!!
That animation does NOT excist.
Have you check the ADM files...? if so, by checking the ADM file calld " DELTA01.ADM ", you will find all the animation aviable for
your Delta Teammtes.
However, the ADM file is ENCRYPTED!!!.
ADM files are Encrypted in a lenguaje called SCR.
You'll need DV tools to DECRYPTED. The tool have to be requested to EE personally.
Teammates ADM files Decrypted ! ! ! ! !
joselz - 12-11-2004 at 11:17 AM
Ok, Here are the all the ADM files for the Teammates Decrypted: