Results 1 to 5 of 5

Thread: Background music

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Private
    Join Date
    Jul 2012
    Posts
    76
    Thanks
    9
    Thanked 56 Times in 38 Posts
    This is in english:
    http://www.zeroy.com/script/

    1. Unfortunately I forgot how the sound thingy works, but according to the script index you should try this one:
    Code:
    player PlaySoundToPlayer( "mysound", player );
    not sure if this is only for cod4, but you should try it, though.
    If not, simply find it out searching through the functions in the script index.

    2. If you want to play a sound to every player at the end of the map I propose using the ambient:
    Code:
    AmbientStop( 2 );
    AmbientPlay( "mysound2" );
    Atleast that seems to be the most simple solution.
    Last edited by Peterlankton; 16th December 2012 at 12:48.

  2. The Following 2 Users Say Thank You to Peterlankton For This Useful Post:

    EvoloZz (21st December 2012),kung foo man (16th December 2012)

Posting Permissions

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