Garry's Mod

Garry's Mod

Fire Extinguisher
Showing 1-10 of 15 entries
< 1  2 >
Update: Mar 1, 2021 @ 6:59am

Actually fixed?

Update: Feb 15, 2021 @ 5:13pm

* Fixed ammo display for normal Extinguisher not showing up

Update: Dec 18, 2019 @ 7:34am

None Provided

Update: Mar 24, 2019 @ 5:59am

* Fixed sound looping after the weapon was dropped
* Fixed dropping and picking the weapon up giving you ammo unintentionally
* Fixed ammo regen resetting ammo if it is above the set maximum

Update: Oct 8, 2018 @ 10:24am

Added ExtinguisherDoExtinguish hook. If you want to override the default extinguishing action, or do something custom when something gets extinguished by this mod, use this hook:

hook.Add( "ExtinguisherDoExtinguish", "", function( prop ) print( prop ) -- The prop that is being extinguished, can be any entity return true -- true to prevent default action. Other values or no return will mean do default action. end )

Update: Sep 30, 2018 @ 9:45am

Added admin only infinite Fire Extinguisher

Update: Jan 24, 2015 @ 3:25am

Fixed a Lua error that happened when you ran out of ammo.

Update: Jul 12, 2014 @ 11:52am

Update: Apr 1, 2014 @ 4:11am

Update: Jan 4, 2014 @ 3:46pm

* Added selection icon
* Improved world model
* Improved view model, made compatible with View Model Hands
* Added ammo
* Ammo regenerates up to 1000 underwater.
* Removed secondary attack
* A lot of optimizations ( Effect fix, the thing fires slower, multiplayer prediction fixes )
* Reanimated, added idle animations and firing animations.