8 lines
133 B
Lua
8 lines
133 B
Lua
|
INC_SERVER()
|
||
|
|
||
|
SWEP.Primary.Projectile = "projectile_biorifle"
|
||
|
SWEP.Primary.ProjVelocity = 900
|
||
|
|
||
|
function SWEP:PhysModify(physobj)
|
||
|
end
|