OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods Beta Testing => Topic started by: Maclav on 14 Apr 2004, 18:13:44

Title: Addons` names
Post by: Maclav 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.

Title: Re:Addons` names
Post by: Planck 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
Title: Re:Addons` names
Post by: Maclav on 17 Apr 2004, 19:48:13
thanx