mirror of
https://github.com/Winded/RagdollMover.git
synced 2025-03-04 03:13:36 -05:00
Lock selected will now reset to 0 when clients loads into the gmae. It may need to be changed to not be a convar
This commit is contained in:
parent
0aec46bbb0
commit
2b186a31a0
@ -1,6 +1,10 @@
|
||||
|
||||
hook.Add("InitPostEntity", "rgmClientSetup", function()
|
||||
|
||||
if ConVarExists("ragdollmover_lockselected") then -- i should use some lua variable instead of console variable so it would reset properly
|
||||
RunConsoleCommand("ragdollmover_lockselected", 0)
|
||||
end
|
||||
|
||||
if ConVarExists("ragdollmover_rotatebutton") then
|
||||
local BindRot = GetConVar("ragdollmover_rotatebutton"):GetInt()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user