• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Playing Sounds
#1
How i can play sounds into the game ? And can i use all sounds that i can find into the iwds ? Because i have convert all sounds from iwds to my computer and so i can hear all and test which i like!

  Reply
#2
self playlocalsound("name"); and maybe other variable, havent used it for long time
[Image: lQDUjba.jpg]
  Reply
#3
self playsoundtoplayer("soundname", self);

^ plays a sound to a player and only they hear it


self playsoundatposition("soundname", self.origin);

^ plays sound at your origin and everyone can hear it pending on the sound type / volume / fade

self playsoundatposition("soundname", 123.4, 1232.2,-402.1);

for coords, i think thats right from memory, if not search it, its something close to that.
  Reply
#4
hmm ok, where must i put it ? i put it on oneplayerspawned because it shoud play at start of round but it dosent! And there i can find the sounds i can play ?

  Reply
#5
look in the sound aliases in mod tools... and it should work, obviously you have the wrong sound name.. some sound files dont play..


self playSoundToPlayer("mpl_turret_alert", self);


try using that
  Reply
#6
Ok i will try it later! Then i post my result Smile

  Reply
#7
there is also self playloopsound("name");, to stop - self stoploopsound("name");
[Image: lQDUjba.jpg]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] CS addon for MW2(Sounds,show damage) Fl0w_.JACKDAN 1 4,373 09-29-2013, 19:46
Last Post: Nekochan
  Help Playing sounds ingame? Some 2 3,144 09-10-2013, 10:42
Last Post: Yamato
  Help Spawn Message Playing on Respawn? Killjoy 7 4,735 07-11-2013, 14:53
Last Post: Killjoy
  [Release] Modern Warfare 3 Fast File Sounds master131 5 17,315 05-21-2013, 16:46
Last Post: ZURA.
Wink [Tutorial] Playing mp3,mid,etc... audio files on VB 2010! barata 2 17,450 05-07-2013, 08:03
Last Post: kmne68
  [Release] Modern Warfare 2 Fast File Sounds master131 3 15,124 11-13-2012, 07:19
Last Post: DidUknowiPwn
  [Tutorial] Adding sounds to SP weapons (in multiplayer) Nukem 54 33,068 11-09-2012, 18:59
Last Post: The Tronuo
  Importing Gun sounds epiccheese9 4 3,593 10-10-2012, 19:47
Last Post: epiccheese9
  Banned player playing on my server NooB_StalkeR 6 3,783 09-06-2012, 07:14
Last Post: NooB_StalkeR
  Bo adding sounds need help! Will thank SamuelGrund 0 2,299 08-30-2012, 14:54
Last Post: SamuelGrund

Forum Jump:


Users browsing this thread: 1 Guest(s)