11 lines
191 B
Lua
11 lines
191 B
Lua
|
INC_SERVER()
|
||
|
|
||
|
function SWEP:Think()
|
||
|
self:CheckSpool()
|
||
|
|
||
|
if self.IdleAnimation and self.IdleAnimation <= CurTime() then
|
||
|
self.IdleAnimation = nil
|
||
|
self:SendWeaponAnim(ACT_VM_IDLE)
|
||
|
end
|
||
|
end
|