Franc1sco / sm-zombiereloaded-3-Franug-Edition

Improved version of zombiereloaded plugin with support for CS:GO and CS:S
https://forums.alliedmods.net/showthread.php?t=277597
GNU General Public License v3.0
41 stars 35 forks source link

[CS:GO] Shotguns Knockback #31

Closed VaaLaaKi closed 3 years ago

VaaLaaKi commented 3 years ago

Hi.

    "Mag-7"
    {
        "weaponentity"                  "weapon_mag7"
        "weapontype"                    "All, Shotgun"
        "weaponslot"                    "0"

        "restrictdefault"               "no"
        "toggleable"                    "yes"
        "ammotype"              "ammo_buckshot"
        "ammoprice"             "2000"
        "knockback"             "0"

        "zmarketprice"                  "2000"
        "zmarketcommand"                "sm_mag7,sm_mag"        
    }

How to disable or decrease the shotguns knockback? (mag7, nova, sawed-off, xm1014) "knockback" "0" and "knockback" "0.1" setting not work.

Solved.