function ( )
PlayerLevelUpSound()
setPedAnimation(source,"DANCING","dnce_m_a")
setTimer(setPedAnimation,30000,1,false)
addEventHandler("onClientRender",root,DrawLevelUp)
setTimer(function()
removeEventHandler("onClientRender",root,DrawLevelUp)
end, 30000, 1)
end
)
function PlayerLevelUpSound()
if not sound then
local sound = playSound("levelup.mp3")
setSoundVolume(sound, 1)
end
end
ابيه مايبدأ الصوت مرتين شلون؟