8 lines
128 B
Lua
8 lines
128 B
Lua
|
INC_SERVER()
|
||
|
|
||
|
SWEP.Primary.Projectile = "projectile_emi"
|
||
|
SWEP.Primary.ProjVelocity = 100
|
||
|
|
||
|
function SWEP:PhysModify(physobj)
|
||
|
end
|