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