Home   Help Search Login Register  

Author Topic: CHARLIE DON'T SURF !!  (Read 3223 times)

0 Members and 1 Guest are viewing this topic.

ofp..hahha

  • Guest
Re:CHARLIE DON'T SURF !!
« Reply #15 on: 22 Sep 2002, 04:52:59 »
heres my smoke helo script just put it in like this
[mygroup,heli1,] exec "smokeshell.sqs"


;Made By NAA Us Marine -------------------------------------------
_Groupname = _this select 0
_Heloname = _this select 1
;Basic Things-----------------------------------------------------
;Names -----------------------------------------------------------
;-----------------------------------------------------------------
xxxusmc = "smokeshellgreen" camcreate getpos _Groupname
xxxusmc1 = "HeliHEmpty" camcreate getpos xxxusmc
;Camcreates-------------------------------------------------------
;-----------------------------------------------------------------
_Heloname Move getpos xxxusmc2
@unitready _Heloname

;Get position-----------------------------------------------------
;-----------------------------------------------------------------
_Heloname setspeedmode "LIMITED"
_Heloname Move getpos xxxusmc1
~3
@unitready _Heloname
;----------------------------------------------------------------
;Move again-------------------------------------------------------
_Heloname flyInHeight 9
~1.5
_Heloname flyInHeight 5
~0.78
_Heloname flyInHeight 3
~3
_Heloname flyinHeight 0

;Land the Helo----------------------------------------------------
;-----------------------------------------------------------------
@(getpos _Heloname select 2) < 5
_Heloname flyInHeight 0
[] exec "takeoff.sqs"
exit
« Last Edit: 22 Sep 2002, 04:54:04 by NAA Us Marine »

ofp..hahha

  • Guest
Re:CHARLIE DON'T SURF !!
« Reply #16 on: 22 Sep 2002, 04:58:26 »
put in a gamelogic named xxxusmc2 so it will slow the helo down put it about 100 yards from where the suspected lz will be
and also use this script.

guy playmove "standstrokefist"
~3.59
[guy,helo1] exec "HeloSmoke.sqs"
guy removeaction 0
exit

ok now u just put in the init of the man named guy

this addaction ["Pop Smoke", "starthelosmoke.sqs"]

then make another script a simple one called takeoff.sqs that looks like this

~10
helo1 flyinHeight 80
~10
@guy In helo1
helo1 move getpos way1
exit

that will make it so it will just take off in like 20 seconds or something so just use a trigger to call the script in instead.