hook.Add("PlayerBindPress", "Surf.NoMovementInLB", function( ply, bind )
if SURF.LBOpen then
SURF.CloseLB()
SURF.CloseJPLB()
end
if SURF.JPLBOpen then
SURF.CloseJPLB()
SURF.CloseLB()
end
if SURF.JPLBOpen and SURF.LBOpen then
SURF.CloseJPLB()
SURF.CloseLB()
end
end)
Fixed the bug from last day. yap
No comments:
Post a Comment