Advertisement
Tom2565

Untitled

Feb 1st, 2017
12,640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. every 5 ticks:
  2. chance of 25%:
  3. broadcast "&aSpieler &8| &aTest1 &8» &7 Das ist ein Test"
  4. stop
  5. chance of 25%:
  6. if {fake.test1} is not 1:
  7. set {fake.test1} to 1
  8. execute console command "fpo add Test1"
  9. broadcast "&8&l[&a&l+&8&l] &7Test1"
  10. else:
  11. stop
  12. chance of 25%:
  13. if {fake.test1} is not 1:
  14. set {fake.test1} to 0
  15. execute console command "fpo del Test1"
  16. broadcast "&8&l[&c&l-&8&l] &7Test1"
  17. else:
  18. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement