Home   Help Search Login Register  

Author Topic: 21- gun salute  (Read 1285 times)

0 Members and 1 Guest are viewing this topic.

21- gun salute
« on: 12 Aug 2006, 17:24:55 »
can someone script a 21 gun salute

Offline XCess

  • Former Staff
  • ****
Re: 21- gun salute
« Reply #1 on: 13 Aug 2006, 10:51:13 »
all you have to do is give each unit the unit fire"m16" command in a script. For some random reason, they automatically aim into the air.

Re: 21- gun salute
« Reply #2 on: 13 Aug 2006, 15:11:47 »
CAN YOU SCRIPT IT IM NEW TO EDITING

Offline XCess

  • Former Staff
  • ****
Re: 21- gun salute
« Reply #3 on: 13 Aug 2006, 15:33:44 »
in the trigger you want to start the salute type []exec"salute.sqs"
then make a text file in the mission folder and name it salute.sqs (make sure you allow view of file extensions in your folder options). Inside the script type the following:

unit1 fire"m16"
unit2 fire"m16"
unit3 fire"m16"

add a line for each unit you want to fire, and remember to name them in the editor ;)
Also, if you want it to happen slow then type setacctime 0.3 at the beginning of the script and then setacctime 1 at the end of the script.

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re: 21- gun salute
« Reply #4 on: 13 Aug 2006, 18:38:46 »
GunnerySargeantBeckett, here at OFPEC capital letters in ordinary text are used to indicate shouting.    It is very occasionally acceptable to shout, but as a general rule we discourage it.   ;)
Plenty of reviewed ArmA missions for you to play

Offline penguinman

  • Contributing Member
  • **
  • Money is worthless, just paper, ink, and threads
Re: 21- gun salute
« Reply #5 on: 14 Aug 2006, 01:59:28 »
he probably just left CapsLock on and forgot to check his message, I do that alot.


Anyways, PM me if your still having trouble and Il do it.