Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local bind=tfm.exec.bindKeyboard
  2.  
  3. function tfm.exec.bindKeyboard(p,k,b1,b2)
  4. bind(p,k,b1,b2)
  5. _G[p]=true
  6. end
  7.  
  8. function checkkey(player)
  9. return _G[player]~=nil
  10. end
  11.  
  12. tfm.exec.bindKeyboard("Tiwdamerenda",32,true,true)
  13. print(checkkey('Tiwdamerenda'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement