Home   Help Search Login Register  

Author Topic: Camcreate lists  (Read 729 times)

0 Members and 2 Guests are viewing this topic.

Adamsjebo

  • Guest
Camcreate lists
« on: 29 Oct 2003, 17:25:07 »
Hi all, me  again. I was wondering if everyone would list all the camcreate commands they know. thanx again.

Komuna

  • Guest
Re:Camcreate lists
« Reply #1 on: 29 Oct 2003, 17:47:11 »
camCreate, createUnit, createVehicle

There are as many "creatable" objects as the existing addons! Listing them is almost impossible. However, if you want the official ones, go to the editors depot and search for that list.

Adamsjebo

  • Guest
Re:Camcreate lists
« Reply #2 on: 29 Oct 2003, 19:27:18 »
how about an exaple, say for instance how to create a sabot shell.

m21man

  • Guest
Re:Camcreate lists
« Reply #3 on: 29 Oct 2003, 21:42:43 »
Here's the list of some of the explosives that can be made with camcreate:
 
 +  Heat73  
 +  Gun73  
 +  Shell105  
 +  Heat105  
 +  Gun105  
 +  Shell120  
 +  Heat120  
 +  Gun120  
 +  Shell125  
 +  Heat125  
 +  Gun125
 +  Mortar  

m21man

  • Guest
Re:Camcreate lists
« Reply #4 on: 29 Oct 2003, 21:45:48 »
Quote
how about an exaple
Don't try this at home ;D :

Code: [Select]
_playerpos = getpos player
_px = _playerpos select 0
_py = _playerpos select 0
_pz = _playerpos select 0
_power = "heat125"
_tempobj1 = _power camcreate [_px,_py,(_pz + 1)]
exit

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Camcreate lists
« Reply #5 on: 29 Oct 2003, 22:38:13 »
What? HEATs? Puh! I play with those small bombs in my basement. You oughta use the real stuff, LGBs, kablamoo!

:beat: *Gets Shot* :beat:

m21man

  • Guest
Re:Camcreate lists
« Reply #6 on: 30 Oct 2003, 00:14:30 »
HEAT shells are more realistic for an artillery barrage, but here's the name for LGBs in case Adamsjebo wants it:

+ laserguidedbomb
« Last Edit: 30 Oct 2003, 00:15:02 by m21man »