Liberty Unleashed

Scripting => Script Help => Topic started by: Trot on April 12, 2011, 02:11:39 am

Title: Need little help with script
Post by: Trot on April 12, 2011, 02:11:39 am
In which directory do I need to put music, which in my scenario should play when player spawn?
Title: Re: Need little help with script
Post by: VRocker on April 12, 2011, 12:08:22 pm
Create a folder named 'Sounds' in the server directory and place any .wav or .mp3s in there. Then add <sound file="mysound.mp3" /> to your script.xml
Title: Re: Need little help with script
Post by: Trot on April 12, 2011, 12:39:14 pm
Thanks a lot man!