Home   Help Search Login Register  

Author Topic: Adding weapons to a unit, without him reloading.  (Read 544 times)

0 Members and 1 Guest are viewing this topic.

SharkDog

  • Guest
Adding weapons to a unit, without him reloading.
« on: 13 Mar 2003, 15:46:04 »
How do you add weapons to a unit without that he has to reload at the beginning of mission?
« Last Edit: 13 Mar 2003, 15:46:34 by SharkDog »

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:Adding weapons to a unit, without him reloading.
« Reply #1 on: 13 Mar 2003, 15:56:26 »
change the weapons and magazines the other way around

First add the magazines and then the weapons... umm.. or was it the other way round..  :D
Not all is lost.

Uberminch

  • Guest
Re:Adding weapons to a unit, without him reloading.
« Reply #2 on: 13 Mar 2003, 15:57:25 »
here's how:

in the init box, put

this addmagazine "m16mag"

or whatever magazine you want. Then put the addweapon code.

So, put the addmagazine code BEFORE you put addweapon.

 ;)

SharkDog

  • Guest
Re:Adding weapons to a unit, without him reloading.
« Reply #3 on: 14 Mar 2003, 16:20:24 »
k thanks