Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tfm.exec.disableAutoNewGame(true)
- tfm.exec.disableAutoTimeLeft(true)
- tfm.exec.disableAllShamanSkills(true)
- tfm.exec.disableAfkDeath(true)
- tfm.exec.disableAutoShaman(true)
- tfm.exec.newGame("@5126266")
- tfm.exec.setShaman("Plinceeeza")
- tfm.exec.setGameTime(36000)
- tfm.exec.setUIMapName("Cinemirk V 0.1")
- pergunta="Quer comprar seu ingresso agora ?"
- for p in pairs(tfm.get.room.playerList) do
- ui.addPopup(0, 1, ""..pergunta.."", p, 200, 100, 400, true)
- end
- function eventPopupAnswer(id, p, a)
- if a == "yes" then
- print("<V>["..p.."]<N> respondeu:<VP> sim")
- tfm.exec.movePlayer(p, 630, 400, false, 1, 1, false)
- elseif a == "no" then
- print("<V>["..p.."]<N> respondeu:<R> não")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment