Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- idozito = nil
- tfm.exec.bindKeyboard("Villaaam#0000",32,true,true)
- eventKeyboard = function(playerName,keyCode,downx,y)
- if (keyCode == 32) and (idozito == nil) then
- tfm.exec.movePlayer(playerName,15,20,true,0,-100,false)
- idozito = 0
- end
- end
- eventLoop = function()
- if (idozito ~= nil) then
- idozito = idozito +0.5
- end
- if (idozito == 3) then
- idozito = nil
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement