Liberty Unleashed

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

Title: Need little help with script
Post by: Trot on April 12, 2011, 01: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, 11:08:22 am
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, 11:39:14 am
Thanks a lot man!