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: Removing Ammo from ammo crates  (Read 638 times)

0 Members and 1 Guest are viewing this topic.

gadolinite

  • Guest
Removing Ammo from ammo crates
« on: 02 May 2004, 02:03:54 »
How do you clear absolutely everything out of an ammo crate, what script command does this?

Ice Man 3:16

  • Guest
Re:Removing Ammo from ammo crates
« Reply #1 on: 02 May 2004, 02:11:43 »
removeallweapons this;

gadolinite

  • Guest
Re:Removing Ammo from ammo crates
« Reply #2 on: 02 May 2004, 03:41:52 »
removeallweapons gets rid of all "weapons" in a player, not an ammo crate.

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:Removing Ammo from ammo crates
« Reply #3 on: 02 May 2004, 04:12:29 »
Try:

clearweaponcargo this; clearmagazinecargo this

;)