Home   Help Search Login Register  

Author Topic: Bullets in "addweapons"  (Read 606 times)

0 Members and 1 Guest are viewing this topic.

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Bullets in "addweapons"
« on: 27 Dec 2002, 18:18:29 »
Hi! I need help with the addweapon and addmagazine commands.

When I add a weapon and the some magazines the gun will appear with no ammo in either the gun or the "ammo bar". This is extremly annoying, especially when the soldier has a Human controller. How do I put in a mag in the soldiers gun?

Thx in advance.

Ricardo

  • Guest
Re:Bullets in "addweapons"
« Reply #1 on: 27 Dec 2002, 18:36:25 »
Your problem is that u must put the magazine command firs...here's an example: U have a west soldier and u want him to have a M60 instead of the M16, so u put these commands on he's init field:
 removeallweapons this; this addmagazine "M60";this addweapon "M60"

when u preview the soldier will appear with a loaded gun n' ready to kick arse :)
 

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Bullets in "addweapons"
« Reply #2 on: 28 Dec 2002, 17:53:54 »
thx