UI.AddSliderInt(["Misc.", "View", "General"], "Thirdpersons Distance", 0, 250)
function on_tp(){
//UI.SetEnabled(["Misc.", "View", "General", "Thirdperson Distance"], 0)
UI.SetValue(["Misc.", "View", "General", "Thirdperson Distance"], UI.GetValue(["Misc.", "View", "General", "Thirdpersons Distance"]))
}
Cheat.RegisterCallback("CreateMove", "on_tp")