• Set walk/run speed when swep is equipped
    2 replies, posted
I got the swep to set the players walk and run speed on SWEP:Deploy(), but I cannot figure out how to set the speed back to normal when you change weapons. I'm not very good with lua, but I suppose everyone has to start somewhere. I cannot figure this out for the life of me.
Change the speed back in SWEP:OnRemove() or Holster().
[QUOTE=code_gs;48006613]Change the speed back in SWEP:OnRemove() or Holster().[/QUOTE] Thanks, it worked! I tried Holster() earlier but couldn't seem to get it to work.
Sorry, you need to Log In to post a reply to this thread.