Advertisement
Tectoon

[TFM] Park de Diversão

May 5th, 2015
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.03 KB | None | 0 0
  1. tfm.exec.setUIMapName("<rose>Park <j>The Mice")
  2. ui.addTextArea(100, "",playerName,5,375,110,20,0x27373F,0x27373F, 1,true)
  3.  
  4. ui.addTextArea(1, "<a href='event:click'>Montanha Russa!</a>",playerName,5,375,110,20,0x27373F,0x27373F, 1,true)
  5. ui.addTextArea(2, "<a href='event:click'>Barco Viking!</a>",playerName,115,375,85,20,0x27373F,0x27373F, 1,true)
  6. ui.addTextArea(3, "<a href='event:click'>Kamikaze!</a>",playerName,200,375,70,20,0x27373F,0x27373F, 1,true)
  7. ui.addTextArea(4, "<a href='event:click'>Double Shock!</a>",playerName,266,375,90,20,0x27373F,0x27373F, 1,true)
  8. ui.addTextArea(5, "<a href='event:click'>Carrosel!</a>",playerName,355,375,70,20,0x27373F,0x27373F, 1,true)
  9. ui.addTextArea(6, "<a href='event:click'>Carinho de Bate-Bate!</a>",playerName,415,375,140,20,0x27373F,0x27373F, 1,true)
  10. ui.addTextArea(7, "<a href='event:click'>Elevador!</a>",playerName,555,375,70,20,0x27373F,0x27373F, 1,true)
  11. ui.addTextArea(8, "<a href='event:click'>Space Loop!</a>",playerName,615,375,80,20,0x27373F,0x27373F, 1,true)
  12. ui.addTextArea(9, "<a href='event:click'>Roda Gigante!</a>",playerName,695,375,100,20,0x27373F,0x27373F, 1,true)
  13.  
  14.  
  15. function eventTextAreaCallback(id, p, evento)
  16. if id == 1 then
  17. tfm.exec.disableAutoShaman(true)
  18. tfm.exec.disableAfkDeath(true)
  19. tfm.exec.disableAutoNewGame(true)
  20. tfm.exec.newGame("@5439021")
  21. tfm.exec.setUIMapName("<rose>Park <j>The Mice")
  22. end
  23. if id == 2 then
  24. tfm.exec.disableAutoShaman(true)
  25. tfm.exec.disableAfkDeath(true)
  26. tfm.exec.disableAutoNewGame(true)
  27. tfm.exec.newGame("@5438945")
  28. tfm.exec.setUIMapName("<rose>Park <j>The Mice")
  29. end
  30. if id == 3 then
  31. tfm.exec.disableAutoShaman(true)
  32. tfm.exec.disableAfkDeath(true)
  33. tfm.exec.disableAutoNewGame(true)
  34. tfm.exec.newGame("@5453472")
  35. tfm.exec.setUIMapName("<rose>Park <j>The Mice")
  36. end
  37. if id == 4 then
  38. tfm.exec.disableAutoShaman(true)
  39. tfm.exec.disableAfkDeath(true)
  40. tfm.exec.disableAutoNewGame(true)
  41. tfm.exec.newGame("@5445631")
  42. tfm.exec.setUIMapName("<rose>Park <j>The Mice")
  43. end
  44. if id == 5 then
  45. tfm.exec.disableAutoShaman(true)
  46. tfm.exec.disableAfkDeath(true)
  47. tfm.exec.disableAutoNewGame(true)
  48. tfm.exec.newGame("@5441320")
  49. tfm.exec.setUIMapName("<rose>Park <j>The Mice")
  50. end
  51. if id == 6 then
  52. tfm.exec.disableAutoShaman(true)
  53. tfm.exec.disableAfkDeath(true)
  54. tfm.exec.disableAutoNewGame(true)
  55. tfm.exec.newGame("@5443109")
  56. tfm.exec.setUIMapName("<rose>Park <j>The Mice")
  57. end
  58. if id == 7 then
  59. tfm.exec.disableAutoShaman(true)
  60. tfm.exec.disableAfkDeath(true)
  61. tfm.exec.disableAutoNewGame(true)
  62. tfm.exec.newGame("@5442594")
  63. tfm.exec.setUIMapName("<rose>Park <j>The Mice")
  64. end
  65. if id == 8 then
  66. tfm.exec.disableAutoShaman(true)
  67. tfm.exec.disableAfkDeath(true)
  68. tfm.exec.disableAutoNewGame(true)
  69. tfm.exec.newGame("@5453931")
  70. tfm.exec.setUIMapName("<rose>Park <j>The Mice")
  71. end
  72. if id == 9 then
  73. tfm.exec.disableAutoShaman(true)
  74. tfm.exec.disableAfkDeath(true)
  75. tfm.exec.disableAutoNewGame(true)
  76. tfm.exec.newGame("@5455885")
  77. tfm.exec.setUIMapName("<rose>Park <j>The Mice")
  78. end
  79. end
  80.  
  81. function eventNewPlayer(playerName)
  82.  tfm.exec.setUIMapName("<rose>Park <j>The Mice")
  83. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement