I have made this simple 999 skript that should send a message to all police / firefighters / medics in the chat, that have that permission to view it. But how do I make it so the person that sent it sees the message also..
This is the skript:
This is the skript:
Code:
command /999 [<text>]:
trigger:
loop all players:
if loop-player has permission "police.999":
send "&4[999]&f: %player's display name%&7: %arg 1%" to loop-player