Home   Help Search Login Register  

Author Topic: Addons` names  (Read 993 times)

0 Members and 1 Guest are viewing this topic.

Maclav

  • Guest
Addons` names
« on: 14 Apr 2004, 18:13:44 »
Where can I find a list of addon names used with commands, for example I want to create a black op and I want to give him a g36 but i don`t know what`s the name... when i write this addweapon "g36" OFP crashes.


Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Addons` names
« Reply #1 on: 14 Apr 2004, 22:17:44 »
Might be best to remove the weapons he has first with:

removeAllWeapons this

When giving him the G36, give him at least 1 magazine before the weapon.  This way the weapon will be loaded.

this addMagazine "g36amag"; this addWeapon "g36a"; this addMagazine "g36amag";........etc

Check the syntax btw.

You can get a list of weapon and ammo from the Editors Depot.



Planck
« Last Edit: 14 Apr 2004, 22:18:33 by Planck »
I know a little about a lot, and a lot about a little.

Maclav

  • Guest
Re:Addons` names
« Reply #2 on: 17 Apr 2004, 19:48:13 »
thanx