Advertisement
Guest User

Ping

a guest
Mar 29th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. options:
  2. ping: 200 # Od ilu MS jest pokazywane
  3. czas: 30 # Co ile sekund jest pokazywane
  4.  
  5. every {@czas} seconds:
  6. loop all players:
  7. if loop-player's ping is more or equal to {@ping}:
  8. add loop-player's ping to {ping::gracz::%loop-player%}
  9. send loop-player title "&4PING" with subtitle "&cMasz lagi &8(&7Twój ping:&6(&c%{ping::gracz::%loop-player%}% ms&8)" for 3 seconds
  10. clear {ping::gracz::%loop-player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement