Advertisement
Rawoas13

Untitled

May 3rd, 2020
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. tfm.exec.bindKeyboard("Aaa_bbb_ccc_ddd#2783",87,true,true)
  2. local jumpcd = os.time()
  3.  
  4. eventKeyboard = function(playerName,keyCode,downx,y)
  5.  
  6.     if keyCode == 87 and jumpcd+500 < os.time() then
  7.  
  8.         tfm.exec.movePlayer(playerName,0,0,true,0,-50,false)
  9.         jumpcd = os.time()
  10.        
  11.     end
  12.  
  13. end
  14. -- thx ubi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement