SHOW:
|
|
- or go back to the newest paste.
| 1 | - | function MyLegs(ply, hitgroup, dmginfo) |
| 1 | + | function ThisOneGoesToEleven(ply, hitgroup, dmginfo) |
| 2 | - | if hitgroup == HITGROUP_RIGHTLEG or HITGROUP_LEFTLEG then |
| 2 | + | dmginfo:ScaleDamage( 0.5 ) |
| 3 | - | dmginfo:ScaleDamage(2) |
| 3 | + | |
| 4 | - | ply:SetWalkSpeed(100) |
| 4 | + | hook.Add("ScalePlayerDamage", "thisonegoesto11", ThisOneGoesToEleven) |