Home   Help Search Login Register  

Author Topic: Shilka  (Read 1131 times)

0 Members and 1 Guest are viewing this topic.

Jakerod

  • Guest
Shilka
« on: 15 Sep 2002, 19:36:36 »
Hey how can i make a shilka fire into the air or an m2 or something... Trying to simulate a shilka shooting at planes flying high in the air.

seanver

  • Guest
Re:Shilka
« Reply #1 on: 15 Sep 2002, 21:06:40 »
Try

shilkaname fire ["ZsuCannon"]

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:Shilka
« Reply #2 on: 15 Sep 2002, 22:27:34 »
Well I think it's impossible but what do I know..  ::)

At least it's the hardest thing to do because AI doesn't like to fire anything but real targets. Even a GL won't do for them.

I found this in the FAQ
-----------
QUESTION:Anyhow I was wondering if there is a way to create an explosion in midair?
ANSWER: If you want to get ordinance exploding in mid air, try camcreateing two of the ordinance at exactly the same position. Eg:

_big_bang = _ordnance camCreate [x1,y1,z1]
_big_bang = _ordnance camCreate [x1,y1,z1]

Due to the two shells being in the same place, they will explode. Looks good as flak, especially at night.
-----------
A neat trick to use but I don't have anything concrete on your question, sorry.
Not all is lost.

Fishion

  • Guest
Re:Shilka
« Reply #3 on: 15 Sep 2002, 22:31:57 »
Have you guys thought about putting an M2 (unmanned)
up in the air and using
shilka dofire M2
???

Jakerod

  • Guest
Re:Shilka
« Reply #4 on: 16 Sep 2002, 00:02:13 »
Thank you problem solved... didnt think of that...i will also try that flak thing