Results 1 to 10 of 266

Thread: Termy's Server APP (SAPP)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    lives in a van down by... Kaishounashi's Avatar
    Join Date
    Jul 2008
    Posts
    76

    Re: [APP]Termy's server APP

    Quote Originally Posted by Freelancer View Post

    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?
    He actually mentioned this on the previous page (and it's also on top of this one).., but just replace n$ with an asterisk.

    Code:
    event_kill 50 'say * "$name has $kills kills."'
    that should do the trick.
    Last edited by Kaishounashi; October 11th, 2008 at 12:40 AM.
    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
  •