yazan Posted March 16, 2013 Share Posted March 16, 2013 سلام عليكم ودي كود لو تلمس زر يطلع صوت و لو لوحه فتحه يطلع صوت Link to comment
AboShanab Posted March 16, 2013 Share Posted March 16, 2013 قصدك اذا ضغطت زر معين يجيك صوت واذا انفتحت النافذة يجي صوت صح ؟ Link to comment
PaiN^ Posted March 16, 2013 Share Posted March 16, 2013 'onClientGUIClick' playSound هذا لمن تلمس زر, الثاني ما أعرفله الصراحة ذذ Link to comment
iPrestege Posted March 16, 2013 Share Posted March 16, 2013 onClientMouseEnter playSound guiGetVisible or playSoundFrontEnd Link to comment
AboShanab Posted March 16, 2013 Share Posted March 16, 2013 --Client Side addEventHandler("onClientMouseEnter",root, function () if source == GUIEditor.button[1] then sound = playSound("AboShanab.mp3") end end ) addEventHandler("onClientMouseLeave",root, function () if source == GUIEditor.button[1] then stopSound( sound ) end end ) -- لم يتم التججربه Link to comment
فاّرس Posted March 16, 2013 Share Posted March 16, 2013 Client Side ! addEventHandler ( "onClientMouseEnter", root, function ( ) if source == Button then triggerServerEvent("sound",getLocalPlayer()) end end) -- addEvent("1mp3",true) addEventHandler("1mp3", root, function() playSound("1.mp3") end) Server Side ! addEvent("sound", true) addEventHandler("sound", root, function() if getPlayerMoney(source) >= 0 then takePlayerMoney(source, 0) local l_1_0 = getPlayerName(source) triggerClientEvent(source, "1mp3", source) outputChatBox("", getRootElement(), 255, 0, 0, false) else outputChatBox("", source, 255, 0, 0, false) end end ) صوت عند فتح اللوحه ضيف هذا في كود الاغلاق : playSound("Your Sound") Link to comment
iPrestege Posted March 16, 2013 Share Posted March 16, 2013 Client Side ! addEventHandler ( "onClientMouseEnter", root, function ( ) if source == Button then triggerServerEvent("sound",getLocalPlayer()) end end) -- addEvent("1mp3",true) addEventHandler("1mp3", root, function() playSound("1.mp3") end) Server Side ! addEvent("sound", true) addEventHandler("sound", root, function() if getPlayerMoney(source) >= 0 then takePlayerMoney(source, 0) local l_1_0 = getPlayerName(source) triggerClientEvent(source, "1mp3", source) outputChatBox("", getRootElement(), 255, 0, 0, false) else outputChatBox("", source, 255, 0, 0, false) end end ) صوت عند فتح اللوحه ضيف هذا في كود الاغلاق : playSound("Your Sound") Lol? Link to comment
AboShanab Posted March 16, 2013 Share Posted March 16, 2013 Client Side ! addEventHandler ( "onClientMouseEnter", root, function ( ) if source == Button then triggerServerEvent("sound",getLocalPlayer()) end end) -- addEvent("1mp3",true) addEventHandler("1mp3", root, function() playSound("1.mp3") end) Server Side ! addEvent("sound", true) addEventHandler("sound", root, function() if getPlayerMoney(source) >= 0 then takePlayerMoney(source, 0) local l_1_0 = getPlayerName(source) triggerClientEvent(source, "1mp3", source) outputChatBox("", getRootElement(), 255, 0, 0, false) else outputChatBox("", source, 255, 0, 0, false) end end ) صوت عند فتح اللوحه ضيف هذا في كود الاغلاق : playSound("Your Sound") @The Best ذذ وش ممسوي لننا انت .. اخذ فلوس ومدري ششنو .. راحح يججيب لاق ذذ .. اصصلا المود راح يستهبل .. ههههههههههههههههههه وشش سسويت انت ذذ .. Link to comment
فاّرس Posted March 16, 2013 Share Posted March 16, 2013 Client Side ! addEventHandler ( "onClientMouseEnter", root, function ( ) if source == Button then triggerServerEvent("sound",getLocalPlayer()) end end) -- addEvent("1mp3",true) addEventHandler("1mp3", root, function() playSound("1.mp3") end) Server Side ! addEvent("sound", true) addEventHandler("sound", root, function() if getPlayerMoney(source) >= 0 then takePlayerMoney(source, 0) local l_1_0 = getPlayerName(source) triggerClientEvent(source, "1mp3", source) outputChatBox("", getRootElement(), 255, 0, 0, false) else outputChatBox("", source, 255, 0, 0, false) end end ) صوت عند فتح اللوحه ضيف هذا في كود الاغلاق : playSound("Your Sound") Lol? = حشيش Link to comment
AboShanab Posted March 16, 2013 Share Posted March 16, 2013 (edited) صصوت عند فتتح النافذذة .. -- Client Side bindKey ( "F6" , "down" , function() if ( guiGetVisible ( اسم النافذة ) == true ) then guiSetVisible ( اسم النافذة ,false ) showCursor (false ) guiSetInputEnabled(false) elseif ( guiGetVisible ( اسم النافذة ) == false ) then guiSetVisible ( اسم النافذة ,true ) showCursor (false ) guiSetInputEnabled(true) playSound("xAboShanab.mp3") end end ) Edited March 16, 2013 by Guest Link to comment
POWR Posted March 16, 2013 Share Posted March 16, 2013 Client Side ! addEventHandler ( "onClientMouseEnter", root, function ( ) if source == Button then triggerServerEvent("sound",getLocalPlayer()) end end) -- addEvent("1mp3",true) addEventHandler("1mp3", root, function() playSound("1.mp3") end) خبرةة !! Server Side ! addEvent("sound", true) addEventHandler("sound", root, function() if getPlayerMoney(source) >= 0 then takePlayerMoney(source, 0) local l_1_0 = getPlayerName(source) triggerClientEvent(source, "1mp3", source) outputChatBox("", getRootElement(), 255, 0, 0, false) else outputChatBox("", source, 255, 0, 0, false) end end ) صوت عند فتح اللوحه ضيف هذا في كود الاغلاق : playSound("Your Sound") @The Best ذذ وش ممسوي لننا انت .. اخذ فلوس ومدري ششنو .. راحح يججيب لاق ذذ .. اصصلا المود راح يستهبل .. ههههههههههههههههههه وشش سسويت انت ذذ .. خبرةة !! Link to comment
iPrestege Posted March 16, 2013 Share Posted March 16, 2013 # صوت من اللعبه : addEventHandler("onClientMouseEnter",الزر, function ( ) playSoundFrontEnd ( 15 ) end end,false) # Link to comment
===|OSAMA|=== Posted March 16, 2013 Share Posted March 16, 2013 (edited) # صوت من اللعبه : addEventHandler("onClientMouseEnter",الزر, function ( ) playSoundFrontEnd ( 15 ) end end,false) # ^ في عندكـ إند زآيدة ؛ يصير كذآ , addEventHandler ( "onClientMouseEnter", الزر, function ( ) playSoundFrontEnd ( 15 ) end, false) Edited March 16, 2013 by Guest Link to comment
iPrestege Posted March 16, 2013 Share Posted March 16, 2013 # صوت من اللعبه : addEventHandler("onClientMouseEnter",الزر, function ( ) playSoundFrontEnd ( 15 ) end end,false) # ^ في عندكـ إند زآيدة ؛ يصير كذآ , addEventHandler ( "onClientMouseEnter", الزر, function ( ) playSoundFrontEnd ( 15 ) end ) لول كنت مسوية if وعدلتة ونسيت اشيلها ذذ Link to comment
jafar Posted March 16, 2013 Share Posted March 16, 2013 Client Side ! addEventHandler ( "onClientMouseEnter", root, function ( ) if source == Button then triggerServerEvent("sound",getLocalPlayer()) end end) -- addEvent("1mp3",true) addEventHandler("1mp3", root, function() playSound("1.mp3") end) Server Side ! addEvent("sound", true) addEventHandler("sound", root, function() if getPlayerMoney(source) >= 0 then takePlayerMoney(source, 0) local l_1_0 = getPlayerName(source) triggerClientEvent(source, "1mp3", source) outputChatBox("", getRootElement(), 255, 0, 0, false) else outputChatBox("", source, 255, 0, 0, false) end end ) صوت عند فتح اللوحه ضيف هذا في كود الاغلاق : playSound("Your Sound") ليه ترقر وهالعفسة ؟ Link to comment
yazan Posted March 16, 2013 Author Share Posted March 16, 2013 الحين حددون وش استخدم هههه مو عارف وش ذا Link to comment
PaiN^ Posted March 16, 2013 Share Posted March 16, 2013 addEventHandler ( "onClientMouseEnter", الزر, function ( ) playSoundFrontEnd ( 15 ) end ) ^شغال Link to comment
iPrestege Posted March 16, 2013 Share Posted March 16, 2013 دامك مو عارف الافضل تنسى البرمجة # Link to comment
yazan Posted March 16, 2013 Author Share Posted March 16, 2013 دامك مو عارف الافضل تنسى البرمجة # نشالله بعد كم يوم تلقني نسيت المهم انا قصدي انه يا كثر الكواد يلي نطرحت Link to comment
iPrestege Posted March 16, 2013 Share Posted March 16, 2013 دامك مو عارف الافضل تنسى البرمجة # نشالله بعد كم يوم تلقني نسيت المهم انا قصدي انه يا كثر الكواد يلي نطرحت لك فترة بالمنتدى المفروض عرفت على الاقل لو شيء بسيط وجربت مو كل شيء تعتمد على الناس الى متى Link to comment
yazan Posted March 16, 2013 Author Share Posted March 16, 2013 دامك مو عارف الافضل تنسى البرمجة # نشالله بعد كم يوم تلقني نسيت المهم انا قصدي انه يا كثر الكواد يلي نطرحت لك فترة بالمنتدى المفروض عرفت على الاقل لو شيء بسيط وجربت مو كل شيء تعتمد على الناس الى متى يا اخوي والله انه مو كل مود اجي اطلب هنا انا لو مر علي كود الفضل معي و اعرف وش اومره و كل شي فيه لكن كود صوت ما اعرف له يعني اول مره بعمل كود مثل كذا Link to comment
iPrestege Posted March 16, 2013 Share Posted March 16, 2013 الصوت من اسهل شيء والايفنت تتعود عليه بس مجرد سؤال وجاوبني بـ كل صراحة فتحت الويكي؟ ولو لـ مرهـ؟ حق التشغيل مال الصوت؟ Link to comment
yazan Posted March 16, 2013 Author Share Posted March 16, 2013 الصوت من اسهل شيء والايفنت تتعود عليه بس مجرد سؤال وجاوبني بـ كل صراحة فتحت الويكي؟ ولو لـ مرهـ؟ حق التشغيل مال الصوت؟ تحب اصور لك الهستوري ؟؟؟ Link to comment
iPrestege Posted March 16, 2013 Share Posted March 16, 2013 الصوت من اسهل شيء والايفنت تتعود عليه بس مجرد سؤال وجاوبني بـ كل صراحة فتحت الويكي؟ ولو لـ مرهـ؟ حق التشغيل مال الصوت؟ تحب اصور لك الهستوري ؟؟؟ لا بس وش هو اللي مافهمتة كل شيء واضح في الويكي علمني عشان ماتقعد تتوهق فية كل مرة Link to comment
yazan Posted March 16, 2013 Author Share Posted March 16, 2013 اوقت ما اعرف اخد اومر و اركبها على فنكش 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