Garry's Mod
Fire Extinguisher
Εμφάνιση 1-10 από 15 καταχωρίσεις
< 1  2 >
Ενημέρωση: 1 Μαρ 2021 στις 6:59

Actually fixed?

Ενημέρωση: 15 Φεβ 2021 στις 17:13

* Fixed ammo display for normal Extinguisher not showing up

Ενημέρωση: 18 Δεκ 2019 στις 7:34

None Provided

Ενημέρωση: 24 Μαρ 2019 στις 5:59

* 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

Ενημέρωση: 8 Οκτ 2018 στις 10:24

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 )

Ενημέρωση: 30 Σεπ 2018 στις 9:45

Added admin only infinite Fire Extinguisher

Ενημέρωση: 24 Ιαν 2015 στις 3:25

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

Ενημέρωση: 12 Ιουλ 2014 στις 11:52

Ενημέρωση: 1 Απρ 2014 στις 4:11

Ενημέρωση: 4 Ιαν 2014 στις 15:46

* 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.