• Playback rate of the player SWEP
    2 replies, posted
Tried to use Entity:SetPlaybackRate() in the SWEP to control how fast the animation will play, however the speed didn't change. How do I operate this function or how else do I need to use it to set playback rate of my SWEP's viewmodel?
wiki.garrysmod.com/page/Player/GetViewModel
Tried to use self.Owner:GetViewModel():SetPlaybackRate( 0.5 ) in weapon's code in one of the functions, but didn't work, also tried it in SWEP:ViewModelDraw() function but nothing happened.
Sorry, you need to Log In to post a reply to this thread.