Home   Help Search Login Register  

Author Topic: making a bullet  (Read 545 times)

0 Members and 1 Guest are viewing this topic.

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
making a bullet
« on: 21 Jan 2005, 00:26:45 »
I'm working on a function that will find cover near a unit, and i need to know how to camcreate a bullet.
i know how to find one through a fired EH but i don't know how to camcreate one...

thanks guys

StonedSoldier

  • Guest
Re:making a bullet
« Reply #1 on: 21 Jan 2005, 00:48:59 »
ok if you catch the bullet name with EH just do a simple camcreate,

_man= _this select 0
_bullet= _this select 4

_bullet2 = _bullet camcreate getpos _man

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
Re:making a bullet
« Reply #2 on: 21 Jan 2005, 02:29:27 »
oh ok thanks