mehp
This commit is contained in:
parent
90bcbe3b5c
commit
3a56ce62e6
|
@ -70,7 +70,7 @@ hook.Add( "Move", "Benny_Move", function( ply, mv )
|
||||||
if CLIENT then vaultsave = true end
|
if CLIENT then vaultsave = true end
|
||||||
if mv:KeyDown( IN_JUMP ) then
|
if mv:KeyDown( IN_JUMP ) then
|
||||||
mv:SetOrigin( epic )
|
mv:SetOrigin( epic )
|
||||||
mv:SetVelocity( Vector( 0, 0, -100 ) )
|
mv:SetVelocity( Vector( 0, 0, 0 ) )
|
||||||
ply:SetVaultDebuff( 1 )
|
ply:SetVaultDebuff( 1 )
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue