Advertisement
Guest User

Untitled

a guest
May 17th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local arsch = true
  2. hook.Add("PlayerButtonDown", "FICKYMICKY", function(ply, button)
  3. if button == KEY_Q and arsch then
  4. arsch = true
  5. RunConsoleCommand("+dax_lean_left")
  6. else
  7. arsch = false
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement