Would it be possible to add an event for administrators joining the server, something like "event_admin_join"? It would function just like "event_join" but it would only go off if someone in the admin index joins. If this were added then you could setup a command like:
Code:
event_admin_join 'wait 6000;say "Server Administrator: \n"'
Announce when server administrators join the game.
Also, what is the command to broadcast messages to everyone playing? For example, lets say that I want the server to say "**SERVER**: playername has 50 kills!" to everyone in the server. I know that if you use the following it won't work at all:
Code:
event_kill 50 'say "$name has $kills kills!"'
And if you use the next one it only sends it to the player who just got 50 kills:
Code:
event_kill 50 'say $n "$name has $kills kills!"'
So how do you send it to all the players in the server?
Bookmarks