
 GTA Vice City Sound Player
 Version 0.1
 Released 2003-06-24



 Have you ever wanted to know which "loadnames"
 the WAV-files in your <gta dir>\audio directory has?
 It's easy to find out now.

 Just open it up and click on a "loadname" in
 the list to play the sound.
 (you must specify your GTA VC path first).


 When you have decided which sound you
 wanna play in your mission, use this code:

 0004: $MySound = 1? \\ I don't know why, but without this it didn't work for me.
 03CF: load_wav "<SOUND-NAME>" as  $MySound
 03D1: play_wav  $MySound


 Hint: You can rightclick on a name in the list and
       choose "Copy name" to copy the name to the clipboard.

 
 Created by Petsson, 2003-06-24
 petsson2003@hotmail.com

 (sorry for bad english, I'm from Sweden
  and is 17 years old) ;)


 //EOF//