Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function broadsingle(text: text, mode: text, world: text):
  2. if {_mode} is "all":
  3. loop all players:
  4. send "%{_text}%" to loop-player
  5. if {_mode} is "world":
  6. if {_world} is set:
  7. loop all players:
  8. if world of loop-player is "%{_world}%":
  9. send "%{_text}%" to loop-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement