add sborka
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
if CLIENT then
|
||||
include('weapon_ciga/cl_init.lua')
|
||||
else
|
||||
include('weapon_ciga/shared.lua')
|
||||
end
|
||||
|
||||
function SWEP:SecondaryAttack()
|
||||
end
|
||||
|
||||
SWEP.PrintName = "Camel"
|
||||
|
||||
SWEP.ViewModel = "models/oldcigshib.mdl"
|
||||
SWEP.WorldModel = "models/oldcigshib.mdl"
|
||||
|
||||
SWEP.cigaID = 3
|
||||
|
||||
SWEP.cigaAccentColor = Vector(1,1,1.1)
|
||||
Reference in New Issue
Block a user