Doffy Posted January 24, 2017 Share Posted January 24, 2017 انا ابي اسوي لما اشغل اغاني تشتغل لكل السيرفر Link to comment
Abu-Solo Posted January 24, 2017 Share Posted January 24, 2017 addEventHandler("onClientGUIClick",root,function() if source == GUIEditor.button[1] then triggerServerEvent("Sound",root) end end ) addEvent("SoundPlay",true) addEventHandler("SoundPlay",root,function() playSound("Song.mp3 ") --- طبعا لازم يكون الملف هذا فـ ملف المود نفسه وتغير اسم الملف لـ اسم الملف حق الاغنية حقتك end ) ---- ----Server ---- addEvent("Sound",true) addEventHandler("Sound",root,function() triggerClientEvent("SoundPlay",root) end ) Link to comment
Doffy Posted January 24, 2017 Author Share Posted January 24, 2017 5 minutes ago, Abu-Solo said: addEventHandler("onClientGUIClick",root,function() if source == GUIEditor.button[1] then triggerServerEvent("Sound",root) end end ) addEvent("SoundPlay",true) addEventHandler("SoundPlay",root,function() playSound("Song.mp3 ") --- طبعا لازم يكون الملف هذا فـ ملف المود نفسه وتغير اسم الملف لـ اسم الملف حق الاغنية حقتك end ) ---- ----Server ---- addEvent("Sound",true) addEventHandler("Sound",root,function() triggerClientEvent("SoundPlay",root) end ) طيب يخوي لو تكمل معروفك - كيف اخليها توقف اول ما اضغط علي زر برضو ؟ Link to comment
Abu-Solo Posted January 24, 2017 Share Posted January 24, 2017 Just now, KinG_Himoo12 said: طيب يخوي لو تكمل معروفك - كيف اخليها توقف اول ما اضغط علي زر برضو ؟ stopSound تعلم الويكي حقه https://wiki.multitheftauto.com/wiki/StopSound Link to comment
Doffy Posted January 24, 2017 Author Share Posted January 24, 2017 Just now, Abu-Solo said: stopSound تعلم الويكي حقه https://wiki.multitheftauto.com/wiki/StopSound شكرا يخوي والله قولي كيف اشكرك انت موجود علي المنتدي 24 ساعة مدري كيف اشكرك 1 Link to comment
Abu-Solo Posted January 24, 2017 Share Posted January 24, 2017 (edited) 2 minutes ago, KinG_Himoo12 said: شكرا يخوي والله قولي كيف اشكرك انت موجود علي المنتدي 24 ساعة مدري كيف اشكرك المنتدي ذا زي المدرسه حقتي والصراحة, اللي يطلب اكواد اعرفها او ما اعرفها احاول اساعده بـ أي طريقة ممكنه Edited January 24, 2017 by Abu-Solo 2 Link to comment
Doffy Posted January 24, 2017 Author Share Posted January 24, 2017 Just now, Abu-Solo said: المنتدي ذا زي المدرسه حقتي شكرا مرة ثانية يخوي 1 Link to comment
Abu-Solo Posted January 24, 2017 Share Posted January 24, 2017 1 minute ago, KinG_Himoo12 said: شكرا مرة ثانية يخوي العفو وحياك الله في اي وقت 1 Link to comment
N3xT Posted January 24, 2017 Share Posted January 24, 2017 3 hours ago, Abu-Solo said: addEventHandler("onClientGUIClick",root,function() if source == GUIEditor.button[1] then triggerServerEvent("Sound",root) end end ) addEvent("SoundPlay",true) addEventHandler("SoundPlay",root,function() playSound("Song.mp3 ") --- طبعا لازم يكون الملف هذا فـ ملف المود نفسه وتغير اسم الملف لـ اسم الملف حق الاغنية حقتك end ) ---- ----Server ---- addEvent("Sound",true) addEventHandler("Sound",root,function() triggerClientEvent("SoundPlay",root) end ) كودك خطأ, مدري كيف أشتغل أصلاً وناقصك تحققات Client addEventHandler("onClientGUIClick",root, function() if ( source == GUIEditor.button[1] ) then triggerServerEvent("start:sound",localPlayer) end end ) addEvent("enable:sound",true) addEventHandler("enable:sound",root, function() if isElement(sound) then return end local sound = playSound("sound.mp3") end ) Server addEvent("start:sound",true) addEventHandler("start:sound",root, function() triggerClientEvent(root,"enable:sound",root) end ) Link to comment
MR.GRAND Posted January 24, 2017 Share Posted January 24, 2017 2 minutes ago, N3xT said: كودك خطأ, مدري كيف أشتغل أصلاً وناقصك تحققات Client addEventHandler("onClientGUIClick",root, function() if ( source == GUIEditor.button[1] ) then triggerServerEvent("start:sound",localPlayer) end end ) addEvent("enable:sound",true) addEventHandler("enable:sound",root, function() if isElement(sound) then return end local sound = playSound("sound.mp3") end ) Server addEvent("start:sound",true) addEventHandler("start:sound",root, function() triggerClientEvent(root,"enable:sound",root) end ) كوده شغال صحيح ^ بالنسبة لرجوع الترايقر فهو ياخذ الأرقمنت بشكل إفتراضي لو ماحطيت ارقمنت بالسيرفر سايد والأرقمنت الافتراضي هو root 2 Link to comment
N3xT Posted January 24, 2017 Share Posted January 24, 2017 1 minute ago, MR.GRAND said: كوده شغال صحيح ^ بالنسبة لرجوع الترايقر فهو ياخذ الأرقمنت بشكل إفتراضي لو ماحطيت ارقمنت بالسيرفر سايد والأرقمنت الافتراضي هو root triggerServerEvent("Sound",root) Link to comment
MR.GRAND Posted January 24, 2017 Share Posted January 24, 2017 Just now, N3xT said: triggerServerEvent("Sound",root) مانتبهت لـ هذا ^ انا حسبتك قايل خطا فقط على الترايقر اللي بالسيرفر على العموم بالتوفيق لصاحب الموضوع Good Luck Link to comment
N3xT Posted January 24, 2017 Share Posted January 24, 2017 22 minutes ago, MR.GRAND said: مانتبهت لـ هذا ^ انا حسبتك قايل خطا فقط على الترايقر اللي بالسيرفر على العموم بالتوفيق لصاحب الموضوع Good Luck Link to comment
Doffy Posted January 25, 2017 Author Share Posted January 25, 2017 10 hours ago, MR.GRAND said: مانتبهت لـ هذا ^ انا حسبتك قايل خطا فقط على الترايقر اللي بالسيرفر على العموم بالتوفيق لصاحب الموضوع Good Luck تسلم مستر قراند 1 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