Results 1 to 10 of 266

Thread: Termy's Server APP (SAPP)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11

    Re: [APP]Termy's server APP

    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?
    Last edited by Cortexian; October 10th, 2008 at 09:06 PM.
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •