Hi,ive been trying for many hours to get this to work,but failed.even tried to go on irc,well any ways im trying to make a script for Custom music to play at Grove Steet.and no there is no warinings or errors in debugscript,so please help
function onResourceStart()
local sound = playSound3D("xenon.mp3", 2484.0263671875, -1668.2800292969, 13.34375, true)
end
addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onResourceStart)
and here is meta file if theres any mistakes
</meta>
<info author="Mario" description="Music at Grove" version="1.0" type="map" />
<script src="musicxeno.lua" type="client" />
<file src="xenon.mp3" />
</meta>