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: don't know how camcreate works  (Read 617 times)

0 Members and 1 Guest are viewing this topic.

bobthedinosaur

  • Guest
don't know how camcreate works
« on: 21 Jan 2004, 22:12:47 »
i got this script
Bomb="heat125" camcreate(getpos plane); Bomb="Shell125" camcreate(getpos plane)

what do the variables in this script do? i don't know the first thing about camcreate

thanx

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:don't know how camcreate works
« Reply #1 on: 21 Jan 2004, 22:18:14 »
Bomb ; The name of the shell thats going to be created.  In this case its pointless and can be left off , unless you want to later move the shell around.

"Heat125" and "Shell125" ; The types of object being created.  In this case, a sabot round, and a heat round.

(Getpos plane) ; Where the objects are being created, in this case they are being created at the position of a object named "plane", one would assume the code is designed to destroy a plane.