Facebook
From Mature Elephant, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 242
  1. --- Kolorowe napisy nad roznymi bzdetami ---
  2.  
  3. --czy efekty są włączone (yes/no)
  4. effects_emblamed = "yes"
  5. --czy kolor textu jest losowy(yes/no)
  6. random_colour = "yes"
  7. --czy efekt jest losowy(yes/no)
  8. random_effect = "yes"
  9. --co jaki czas sie wyświetla efekt w sekundach
  10. co_ile = 2
  11. -- {text="tekst", pos={x=pozycja_x, y=pozycja_y, z=pozycja_z}, color=kolor_textu, effect=nr_efektu}
  12. efekty = {
  13. {text="Temple!", pos={x=1189, y=492, z=7}, color=1, effect=12},
  14. {text="TEMPLE!", pos={x=1756, y=650, z=7}, color=1, effect=12},
  15. {text="VipAcc!", pos={x=1194, y=489, z=7}, color=2, effect=13},
  16. {text="ST-Quest!", pos={x=1192, y=494, z=7}, color=3, effect=14},
  17. {text="Easy Exp", pos={x=1190, y=489, z=7}, color=2, effect=13},
  18. {text="Low Exp", pos={x=1188, y=489, z=7}, color=3, effect=14},
  19. {text="BackPack", pos={x=1184, y=490, z=7}, color=2, effect=13},
  20. {text="Runes", pos={x=1184, y=492, z=7}, color=3, effect=14},
  21. {text="Depo", pos={x=1184, y=494, z=7}, color=2, effect=13},
  22. {text="MR RUNE", pos={x=1186, y=496, z=7}, color=3, effect=14},
  23. {text="Powrot", pos={x=763, y=232, z=6}, color=3, effect=14}
  24.                 }
  25.