Home   Help Search Login Register  

Author Topic: How Do i add a single weapon to the ground  (Read 1084 times)

0 Members and 2 Guests are viewing this topic.

SPC. BLOODHAWK

  • Guest
How Do i add a single weapon to the ground
« on: 20 Jun 2003, 17:34:20 »
How do i add a single weapon to the ground as if it was dropped just that noone dropped it?

eversman

  • Guest
Re:How Do i add a single weapon to the ground
« Reply #1 on: 20 Jun 2003, 22:08:08 »
..... WHAT????..... i dont understand... :o ???

Oskar

  • Guest
Re:How Do i add a single weapon to the ground
« Reply #2 on: 20 Jun 2003, 22:17:16 »
i think he means, that he wants a weapon laying at the ground.

deaddog

  • Guest
Re:How Do i add a single weapon to the ground
« Reply #3 on: 20 Jun 2003, 22:23:39 »
This question was just answered a couple of days ago.  Search for "weaponholder" and your question will be answered.  :)

Oh, what the heck.

rpd1="weaponholder" createvehicle blahblahposition
rpd1 addmagazinecargo ["m16",4] (or whatever)
rpd1 addweaponcargo ["m16",1]

You can't actually name the weapon.  You have to create a "weaponholder" obect and then add the weapon to it, just like an ammo crate.  It takes about 15 seconds after the weapon is added before you can actually take it.  I don't know why.

Hope that helps.  :)
« Last Edit: 20 Jun 2003, 22:31:53 by deaddog »

Offline Zombie

  • Members
  • *
  • Beware the night, the zombie walks among you
    • USI
Re:How Do i add a single weapon to the ground
« Reply #4 on: 20 Jun 2003, 22:56:17 »
I just tried this and got the error:
cannot open object misc\dummyweapon.p3d
is this a 1.85 command? or am I missing something I shouldn't be?

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:How Do i add a single weapon to the ground
« Reply #5 on: 20 Jun 2003, 23:02:00 »
@ zombie

1.75 nd above ;D

@ deaddog

Quote
I don't know why.

its known bug w/ createvehicle  :-X after u use createvehicle it takes som time 2 OFP 2 actualy recignuse dis as object  :-\

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

Offline Zombie

  • Members
  • *
  • Beware the night, the zombie walks among you
    • USI
Re:How Do i add a single weapon to the ground
« Reply #6 on: 20 Jun 2003, 23:24:28 »
rgr LCD, thanks.  Time to upgrade!