Home   Help Search Login Register  

Author Topic: add ammo/weapons..?  (Read 452 times)

0 Members and 1 Guest are viewing this topic.

PimpD

  • Guest
add ammo/weapons..?
« on: 19 Aug 2003, 00:07:20 »
anyone know how I can add more ammo to soldiers and how can I change weapon on each soldier in mission maker (editor)

m21man

  • Guest
Re:add ammo/weapons..?
« Reply #1 on: 19 Aug 2003, 00:40:25 »
Check the tutorials.

m21man

  • Guest
Re:add ammo/weapons..?
« Reply #2 on: 19 Aug 2003, 00:44:22 »
Ok, my response was a bit hostile. Here's an example (put this in the init field):
removeallweapons this;this addmagazine "m21";this addweapon "m21"

Adding a magazine before adding the weapon means that the unit starts with a loaded weapon.

PimpD

  • Guest
Re:add ammo/weapons..?
« Reply #3 on: 19 Aug 2003, 01:13:35 »
Cool thanks m8 :)