upoupo0201

Untitled

Nov 3rd, 2024
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on join:
  2. wipe player's sidebar
  3. while player is online:
  4. if {game} is true:
  5. set name of sidebar of player to "情報"
  6. set id score "&a残り時間:%{time}%" in sidebar of player to -1 with id "%player%-1"
  7. set id score "&6能力:%{job::%player%}%" in sidebar of player to -2 with id "%player%-2"
  8. subtract 1 from {time}
  9. update score id "%player%-1" to "&a残り時間:%{time}%" and -1
  10. wait a second
  11. else:
  12. exit loop
Advertisement
Add Comment
Please, Sign In to add comment