Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tfm.exec.disableAutoShaman(true)
- for n in pairs (tfm.get.room.playerList) do
- for i,key in ipairs({string.byte('Barra de Espaço'),32,17,38,90}) do
- tfm.exec.bindKeyboard("Sagazgamer",key,true,true)
- end
- end
- canJump = true
- time = os.time() + 2000
- function eventKeyboard(n,key)
- if canJump==true then
- if key==string.byte('Barra de Espaço') or key==32 or key==32 then
- if os.time() > time then
- time = os.time() + 2000
- tfm.exec.movePlayer(n, 0, 0, false, 0, -70, false)
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement