Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Addons` names  (Read 1545 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