local angle = 0
local screenWidth, screenHeight = guiGetScreenSize()
local sound = playSound('audio/xd.mp3')
angle = angle +7
addEventHandler('onClientRender', root,
function ()
dxDrawImage(screenWidth/2-32, screenHeight/2-32, 64, 64, 'img/travelling.png', angle,0,0)
fadeCamera ( false, 0, 0, 0, 0 )
setSoundVolume(sound, 0.5)
end
)
Make Sure , you have audio file with .mp3 inside it ,
and Post your , meta.xml file ,