16 lines
201 B
Lua
16 lines
201 B
Lua
include("shared.lua")
|
|
|
|
SWEP.PrintName = "Crow"
|
|
SWEP.DrawCrosshair = false
|
|
|
|
function SWEP:PrimaryAttack()
|
|
end
|
|
|
|
function SWEP:SecondaryAttack()
|
|
end
|
|
|
|
function SWEP:Reload()
|
|
end
|
|
|
|
function SWEP:Think()
|
|
end
|