Home   Help Search Login Register  

Author Topic: CamCreate explosion  (Read 1604 times)

0 Members and 1 Guest are viewing this topic.

Offline Ding

  • Contributing Member
  • **
  • Jurassic Park
CamCreate explosion
« on: 19 Mar 2007, 07:59:34 »
in OFP in order to create an explosion I would use the command :

flare = "GrenadeHand" camcreate (Getpos Obj)

but this command seems to leave me with no result in Armed assault, can anyone help me out with this one? is there some new way you have to do this?

"If I remain lost and die on a cross, atleast I wasn't born in a manger"

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re: CamCreate explosion
« Reply #1 on: 19 Mar 2007, 08:12:33 »
I think camCreate does not work in ArmA like it worked in OFP :dunno:

Use createVehicle or createVehicleLocal instead..
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.

Offline LeeHunt

  • Former Staff
  • ****
  • John 21:25
Re: CamCreate explosion
« Reply #2 on: 19 Mar 2007, 17:05:40 »
Here is a great way to create an explosion:

So you put an object on the map, i put a roadcone labeled "cone1."  This is the activation line:

BOMB1 = "Bo_GBU12_LGB" createVehicle getpos cone1

Offline Ding

  • Contributing Member
  • **
  • Jurassic Park
Re: CamCreate explosion
« Reply #3 on: 19 Mar 2007, 18:52:33 »
thanks :)
"If I remain lost and die on a cross, atleast I wasn't born in a manger"