Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- cria a variavel tmp = os.time() no eventNewPlayer lá np p[name]={}
- function eventKeyboard(name,key,down,x,y)
- if key == 32 and tfm.get.room.playerList[name].isVampire and p[name].tmp < os.time()-3000 then
- tfm.exec.movePlayer(name,0,0,true,0,-50,true)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment