Guest User

Untitled

a guest
Jul 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. offsetList.Think = function()
  2. if ( input.IsMouseDown( MOUSE_LEFT ) ) then
  3. offsetList.applySettings = true
  4. elseif ( !input.IsMouseDown( MOUSE_LEFT ) and offsetList.applySettings ) then
  5. ApplySettings()
  6. offsetList.applySettings = false
  7. end
  8. end
Add Comment
Please, Sign In to add comment