View Single Post
Re: Executing command on other clients?
Old
  (#9)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Executing command on other clients? - 19-04-2004

Code:
 if (!IsABot(pEdict)) {
    CLIENT_COMMAND(pEdict, "play sound/xxx/xxx.wav\n");
 }
Don't use the 'speak' command, since that's a server side command
  
Reply With Quote