*SO*Javier
Grunt
Posts: 3
Registered: 11-18-2007
Location: Chile
Member Is Offline
|
|
Mortars
hi all im being asking my self how can i make the simulate a mortar attack well i didnt find it so im asking to you guys
thanks for the one's that help me
|
|
|
Assassin Xaero
|
|
We have different forums for each Game Type. and in some games, a different Med..you need to post in the correct forum.
Which game is yours? We can move this thread to the correct forum..
|
|
|
ozferal
Captain
  
Posts: 276
Registered: 2-4-2004
Location: Yorke Peninsula, South Australia
Member Is Offline
Mood: Bear Hunting
|
|
For DFX .......
This will start a mortar attack when group 1 is in area trigger one
if eq (v1,1) and groupalive (1) then
ammoarea AMMO_60MM_MORTAR (1)
endif
This will end the mortar attack after 20 seconds
if past(20) and never() then
set (v1,0)
You can use other triggers to start the attack and end the attack ie
groupdead
ssndead
ssnarea
|
|
|