8 lines
139 B
Lua
8 lines
139 B
Lua
|
INC_SERVER()
|
||
|
|
||
|
SWEP.Primary.Projectile = "projectile_grenade_bouncy"
|
||
|
SWEP.Primary.ProjVelocity = 600
|
||
|
|
||
|
function SWEP:PhysModify(physobj)
|
||
|
end
|