Advertisement
Filipw05

Untitled

Oct 26th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. function transport1(P: player):
  2. send "{@tag} &eSilnik sie rozgrzewa!" to {_P}
  3. set {_loc1} to location at -91, 67, -1316 in world "world"
  4. apply blindness 3 to the player for 3 seconds
  5. apply nausea 3 to the player for 3 seconds
  6. wait 3 seconds
  7. teleport {_P} to {_loc1}
  8. play raw sound "mob.horse.land" at player with pitch 1 volume 5
  9. send "{@tag} &rJestes na miejscu!" to {_P}
  10.  
  11. function transport2(P: player):
  12. send "{@tag} &eSilnik sie rozgrzewa!" to {_P}
  13. set {_loc1} to location at 446, 65, -1055 in world "world"
  14. apply blindness 3 to the player for 3 seconds
  15. apply nausea 3 to the player for 3 seconds
  16. wait 3 seconds
  17. teleport {_P} to {_loc1}
  18. play raw sound "mob.horse.land" at player with pitch 1 volume 5
  19. send "{@tag} &rJestes na miejscu!" to {_P}
  20.  
  21. function transport3(P: player):
  22. send "{@tag} &eSilnik sie rozgrzewa!" to {_P}
  23. set {_loc1} to location at -373, 71, -1128 in world "world"
  24. apply blindness 3 to the player for 3 seconds
  25. apply nausea 3 to the player for 3 seconds
  26. wait 3 seconds
  27. teleport {_P} to {_loc1}
  28. play raw sound "mob.horse.land" at player with pitch 1 volume 5
  29. send "{@tag} &rJestes na miejscu!" to {_P}
  30.  
  31. function transport4(P: player):
  32. send "{@tag} &eSilnik sie rozgrzewa!" to {_P}
  33. set {_loc1} to location at 90, 65, -1010 in world "world"
  34. apply blindness 3 to the player for 3 seconds
  35. apply nausea 3 to the player for 3 seconds
  36. wait 3 seconds
  37. teleport {_P} to {_loc1}
  38. play raw sound "mob.horse.land" at player with pitch 1 volume 5
  39. send "{@tag} &rJestes na miejscu!" to {_P}
  40.  
  41. function transport5(P: player):
  42. send "{@tag} &eSilnik sie rozgrzewa!" to {_P}
  43. set {_loc1} to location at 300, 64, -1028 in world "world"
  44. apply blindness 3 to the player for 3 seconds
  45. apply nausea 3 to the player for 3 seconds
  46. wait 3 seconds
  47. teleport {_P} to {_loc1}
  48. play raw sound "mob.horse.land" at player with pitch 1 volume 5
  49. send "{@tag} &rJestes na miejscu!" to {_P}
  50.  
  51. function transport6(P: player):
  52. send "{@tag} &eSilnik sie rozgrzewa!" to {_P}
  53. set {_loc1} to location at 460, 74, -1221 in world "world"
  54. apply blindness 3 to the player for 3 seconds
  55. apply nausea 3 to the player for 3 seconds
  56. wait 3 seconds
  57. teleport {_P} to {_loc1}
  58. play raw sound "mob.horse.land" at player with pitch 1 volume 5
  59. send "{@tag} &rJestes na miejscu!" to {_P}
  60.  
  61. function transport7(P: player):
  62. send "{@tag} &eSilnik sie rozgrzewa!" to {_P}
  63. set {_loc1} to location at 777, 70, -1269 in world "world"
  64. apply blindness 3 to the player for 3 seconds
  65. apply nausea 3 to the player for 3 seconds
  66. wait 3 seconds
  67. teleport {_P} to {_loc1}
  68. play raw sound "mob.horse.land" at player with pitch 1 volume 5
  69. send "{@tag} &rJestes na miejscu!" to {_P}
  70.  
  71. function transport8(P: player):
  72. send "{@tag} &eSilnik sie rozgrzewa!" to {_P}
  73. set {_loc1} to location at 760, 67, -1102 in world "world"
  74. apply blindness 3 to the player for 3 seconds
  75. apply nausea 3 to the player for 3 seconds
  76. wait 3 seconds
  77. teleport {_P} to {_loc1}
  78. play raw sound "mob.horse.land" at player with pitch 1 volume 5
  79. send "{@tag} &rJestes na miejscu!" to {_P}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement