likemike12 Posted May 28, 2016 Share Posted May 28, 2016 السلام عليكم يا اخوان محتاج مساعده سريعه بتنضيم الكود ذا addEventHandler( "onClientResourceStart", getRootElement( ), function ( startedRes ) local sound = playSound("sounds/zahr.mp3") setSoundVolume(sound, 1) addEventHandler( "onClientSoundStopped", sound, function ( startedRes2 ) local soundya = playSound("sounds/Indila.mp3") setSoundVolume(soundya, 1) addEventHandler( "onClientSoundStopped", soundya, function ( startedRes3 ) local sound3 = playSound("sounds/za.mp3") setSoundVolume(sound3, 1) end ) end ) end ) مشكلته الاغاني يشتغلو مع بعض وشكراً Link to comment
likemike12 Posted May 28, 2016 Author Share Posted May 28, 2016 الكود مب لك !! تبع صديقي ويبيني اساعده في اصلاحه @@ وترا صلحته اله Link to comment
likemike12 Posted May 28, 2016 Author Share Posted May 28, 2016 اي حد يعرف يصمم txd ?? كيف اصمم اوبجيكتز txd وش البرنامج الي يكون بجودة ثري دي للتصميم Link to comment
Adham Posted May 28, 2016 Share Posted May 28, 2016 شف ذا addEventHandler( "onClientResourceStart", getRootElement( ), function ( startedRes ) local sound = playSound("sounds/zahr.mp3") setSoundVolume(sound, 1) addEventHandler( "onClientSoundStopped", sound, function ( startedRes2 ) local sound2 = playSound("sounds/Indila.mp3") setSoundVolume(sound2, 1) end ) addEventHandler( "onClientSoundStopped", sound2, function ( startedRes3 ) local sound3 = playSound("sounds/za.mp3") setSoundVolume(sound3, 1) end ) end ) Link to comment
TAPL Posted May 28, 2016 Share Posted May 28, 2016 getRootElement( ) غير resourceRoot إلى Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now