Well you're gonna want to go into the lockpick swep, or make your own, and edit the math.Random I believe it is to have a smaller max value
i found math.random but it is this : [lua]tostring(snd[math.random(1, #snd)]) ..".wav", 50, 100)[/lua]
[editline]27th August 2014[/editline]
only math.random in the file
This line: [url]https://github.com/FPtje/DarkRP/blob/master/entities/weapons/lockpick/shared.lua#L105[/url]
Here you go, line 105
[lua]self.LockPickTime = math.Rand(10, 30)[/lua]
ninja'd
Sorry, you need to Log In to post a reply to this thread.