Search found 1 match

by Glimmo
Sat Jul 29, 2017 2:20 am
Forum: Garrysmod
Topic: DarkRP walk and run speed help?
Replies: 6
Views: 6528

Re: DarkRP walk and run speed help?

To fix the speed you need to go into the shared.lua file for each weapon you want to use. Open it up and at the top you should see: local Walkspeed = CreateConVar ("sim_walk_speed", "250", {FCVAR_REPLICATED, FCVAR_ARCHIVE}) local Runspeed = CreateConVar ("sim_run_speed"...