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: Making a gun not discharge cartriges  (Read 1428 times)

0 Members and 1 Guest are viewing this topic.

Baphomet

  • Guest
Making a gun not discharge cartriges
« on: 16 Apr 2003, 05:40:04 »
I vaguely recall some variable that you could use to disable a gun from ejecting any shells when it's fired. I'm making a kozlice like addon and when I fire the shell version, a bunch of casings fly out for ever bullet in the burst. Does anyone recall how do disable it?

major asshole

  • Guest
Re:Making a gun not discharge cartriges
« Reply #1 on: 16 Apr 2003, 07:52:33 »

G'day

It appears to me that this is defined in CfgAmmo
so you could try   cartridge="";

hope this helps

L8R

Baphomet

  • Guest
Re:Making a gun not discharge cartriges
« Reply #2 on: 18 Apr 2003, 04:10:27 »
Thanks very much. I knew it was something like that. I just couldn't remember.