Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: making a bullet  (Read 713 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