Home   Help Search Login Register  

Author Topic: Weapons in ammo crates?  (Read 1013 times)

0 Members and 1 Guest are viewing this topic.

Offline Hawkins

  • Former Staff
  • ****
  • Team 2-2
Weapons in ammo crates?
« on: 21 Sep 2002, 18:47:37 »
How can I add wepons to ammo crates in Res? Like the AK47, PK, Dragunov.... ???

Hawk

karz

  • Guest
Re:Weapons in ammo crates?
« Reply #1 on: 21 Sep 2002, 20:29:23 »
write this in the crates init field:

this addweaponcargo ["AK47",3];
To add PK replace the AK47 with PK
With Dragunov...... I think you got my point. (Btw the name is SVDDragunov)
The number "3" tells how many guns you want to add. If you need ammo, just write addmagazinecargo instead of addweaponcargo. Hope this helps  :D

seanver

  • Guest
Re:Weapons in ammo crates?
« Reply #2 on: 21 Sep 2002, 20:29:53 »
UnitName AddWeaponCargo ["WeaponType", Quantity]

UnitName AddMagazineCargo ["AmmoType", Quantity]

Offline Hawkins

  • Former Staff
  • ****
  • Team 2-2
Re:Weapons in ammo crates?
« Reply #3 on: 21 Sep 2002, 22:23:52 »
Thanks for the info Jorkki and SeAnVeR!!!! :D :) Cheers!!!! :)

Hawk