Results 1 to 10 of 22

Thread: Sound when the player connect and log in to server script.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Corporal guiismiti's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    244
    Thanks
    121
    Thanked 42 Times in 31 Posts
    Instead of
    Code:
    playSoundOnPlayers(sound, team)("playercon.mp3");
    use
    Code:
    playSoundOnPlayers("playercon.mp3", team);
    and delete this:
    Code:
    self playlocalsound("playercon.mp3");
    But also, you need to add your sound to a soundaliases table and use the alias instead of the file name.

    It will help you if you get a mod and check how it is done.
    Last edited by guiismiti; 30th March 2017 at 00:02.
    set logfile 2

Posting Permissions

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