Jump to content

How to play musick??


3ssol

Recommended Posts

سلالالالالام عليكم

شباب بغيت اسوي زر عطوني مثال عن زر واحد وانا بعرف اتعامل مع الباقي

انا بغيت منكم ابي اسوي زر لما اضغطه تشتغل اغنيه

بس ننضركم :mrgreen::mrgreen:

Edited by Guest
Link to comment
addEventHandler("onClientGUIClick",GUIEditor_Button[1], 
function ( ) 
if isElement(sound) then destroyElement(sound) sound = nil end 
sound = playSound("SsS/11.mp3",true) 
   end 
) 

= ×

خطا :\

+ اخوي ي ليت تعطيني طريقه لو ضغطة زر اخر يوقف الاغنيه

Link to comment
addEventHandler("onClientGUIClick",GUIEditor_Button[1], 
function ( ) 
if isElement(sound) then destroyElement(sound) sound = nil end 
sound = playSound("SsS/11.mp3",true) 
   end 
) 

= ×

خطا :\

+ اخوي ي ليت تعطيني طريقه لو ضغطة زر اخر يوقف الاغنيه

لو تبحث فـ الويكي بتلاقي كل شي =\

stopSound 

Link to comment
addEventHandler("onClientGUIClick",GUIEditor_Button[1], 
function ( ) 
if isElement(sound) then destroyElement(sound) sound = nil end 
sound = playSound("SsS/11.mp3",true) 
   end 
) 

= ×

خطا :\

+ اخوي ي ليت تعطيني طريقه لو ضغطة زر اخر يوقف الاغنيه

  
addEventHandler("onClientGUIClick",Button,  
  
function () 
  
stopSound(sound) sound = nil end) 

Link to comment

الكود شغال عزيزي؟ وش المشكلة؟ جربتة # ! شغال ذذ

اطرح الميتا # ذذ واللي يوقف الصوت كذا :

addEventHandler("onClientGUIClick",الزر, 
function () 
if isElement(sound) then 
destroyElement(sound) 
   sound = nil 
     end 
end 
) 
Link to comment

مشكووور برستيج ويعطيك العافيه

بس انا لما اضغط علي اي مكان في الوحه تطفي الغنيه !!

مو لما اضغط علي الزر ليه ؟؟

+

نسيت اضيف بل ميتا الملف حق الاغنيه

:lol::lol:

يعطيك العافيه

عندي سوال بسيط لو ابي نفس الزر يوقفها ونفسه يشغلها

+ مشكووور مقدما

Link to comment

ي شباب الكود صح بس المشكله

لما اشغل غنيه

والمس الوحه اضغط ع الوحه كاني بحرك اتجاها

يعيد تشغيل الغنيه !

كل مالمس الوحه يعيد تشغييل الاغنيه

ليه ؟؟؟ :?::?:

Link to comment
الكود شغال عزيزي؟ وش المشكلة؟ جربتة # ! شغال ذذ

اطرح الميتا # ذذ واللي يوقف الصوت كذا :

addEventHandler("onClientGUIClick",الزر, 
function () 
if isElement(sound) then 
destroyElement(sound) 
   sound = nil 
     end 
end 
) 

مسوية لك من قبل التوقيف ذذ بـ زر ثاني من اول الصفحة

Link to comment
ي شباب الكود صح بس المشكله

لما اشغل غنيه

والمس الوحه اضغط ع الوحه كاني بحرك اتجاها

يعيد تشغيل الغنيه !

كل مالمس الوحه يعيد تشغييل الاغنيه

ليه ؟؟؟ :?::?:

متاكد كذا الكود؟

addEventHandler("onClientGUIClick",GUIEditor_Button[1], 
function ( ) 
if isElement(sound) then destroyElement(sound) sound = nil return end 
sound = playSound("SsS/11.mp3",true) 
end,false) 

؟؟

Link to comment
addEventHandler("onClientGUIClick",GUIEditor_Button[1], 
function ( ) 
if isElement(sound) then destroyElement(sound) sound = nil return end 
sound = playSound("SsS/11.mp3",true) 
end,false) 
  
  
  
addEventHandler("onClientGUIClick",GUIEditor_Button[2], 
function () 
if isElement(sound) then 
destroyElement(sound) 
   sound = nil 
     end 
end 
) 

هذا الكود واول مالمس الوحه بحركها تطفي الغنيه

وش الحل

:\

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...