AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 ضايفة للميتا ؟ ايه "other/wane.mp3"/> Link to comment
فاّرس Posted June 7, 2013 Share Posted June 7, 2013 صراحه مدري وش قصتك؟ مجربها وشغاله 100% Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 صراحه مدري وش قصتك؟مجربها وشغاله 100% طيب شالحل الحين ؟ Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 debugscript 3 قولي وش يقولكـ .. ؟ Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 debugscript 3قولي وش يقولكـ .. ؟ كيف أنسخ الكلمات اللي تجي فيها Link to comment
فاّرس Posted June 7, 2013 Share Posted June 7, 2013 (edited) ما يحتاج تنسخ هآت الزبده, مثلا ناقص قوس او...الخ. وأي سطر,, Edited June 7, 2013 by Guest Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 من الـserver.log file مدري كيف بس خذ صوره Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 function SetAlpha ( ) if eventName == 'onClientMouseEnter' then guiSetAlpha ( no , 1 ) guiSetPosition ( no,112, 25, 103, 96,false ) else guiSetAlpha ( no , 0.5 ) guiSetPosition ( no,112, 25, 103, 96,false ) end end addEventHandler('onClientMouseEnter',no,SetAlpha,false) addEventHandler('onClientMouseLeave',no,SetAlpha,false) الكود كامل مع السطر ^ والسطر بس guiSetAlpha ( no , 0.5 ) Link to comment
فاّرس Posted June 7, 2013 Share Posted June 7, 2013 (edited) guiSetPosition ^ اربعه ارقومنتات كيف حاطها 6 ؟؟ bool guiSetPosition ( element theElement, float x, float y, bool relative ) Edited June 7, 2013 by Guest Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 guiSetPosition^ اربعه ارقومنتات كيف حاطها 6 ؟؟ bool guiSetPosition ( element theElement, float x, float y, bool relative ) وش ؟ الحين وش دخل الصوت بـ كود الحركه ؟ Link to comment
فاّرس Posted June 7, 2013 Share Posted June 7, 2013 ؟ لول اي صوت ؟ هذا حق احداثيات , هذا مثال عشان تفهمه, local x,y = guiGetScreenSize() addEventHandler('onClientMouseEnter',no, function() guiSetAlpha ( no , 1 ) guiSetPosition ( no,x+10,y ) end,false) addEventHandler('onClientMouseLeave',no, function() guiSetAlpha ( no , 0.5 ) guiSetPosition ( no,x+1,y) end,false) Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 وش أحط الحين في هذا local Button = StartSound يعني الزر اللي تشغل الصوت فيه ؟ هذا local Button إذا كذا فـ انا مسويها أو إذا غيرها فـ أنا غلطان Link to comment
فاّرس Posted June 7, 2013 Share Posted June 7, 2013 للمره الثالثه اطح كودك كامله كله مع التعديلات عشآن نشوف ليه ما يشتغل ؟ صلآه../ Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 وين ذي انت لحستنا local GridList = gridlist1 local Button = StartSound local Sound = { -- { String Text,String URL }, { 'دله الرسلان','URL Test' }, { 'فاطري','URL Test' }, { 'فاطري','other/wane.mp3' }, { "وين اروح","wane.mp3" }, { 'PUTEM UP','URL Test' }, } for _,v in next,Sound do MyRow = guiGridListAddRow ( GridList ) guiGridListSetItemText ( GridList,MyRow,1,v[1],false,false ) guiGridListSetItemData ( GridList,MyRow,1,v[2] ) end addEventHandler('onClientGUIClick',StartSound, function ( ) if guiGridListGetSelectedItem ( GridList ) ~= -1 then if isElement ( sound ) then destroyElement ( sound ) end sound = playSound ( guiGridListGetItemData ( GridList,MyRow,1 ) ) outputChatBox(' Sound Loading ...') end end,false ) local Button = StartSound Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 شيلة مايحتاج خلاص بس انا ماني معرف الزر حق اللي تشغل فيه الصوت ... يمكن هذا السبب عشان ماتشتغل فيه الصوت Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 addEventHandler('onClientGUIClick',StartSound, شوف معرفة شيلة خلاص Link to comment
فاّرس Posted June 7, 2013 Share Posted June 7, 2013 انا عارف وش لحس مخك الاختصارات, local Sound = { -- { String Text,String URL }, { 'دله الرسلان','URL Test' }, { 'فاطري','URL Test' }, { 'فاطري','other/wane.mp3' }, { "وين اروح","wane.mp3" }, { 'PUTEM UP','URL Test' }, } for _,v in next,Sound do MyRow = guiGridListAddRow ( YourGridList ) guiGridListSetItemText ( YourGridList,MyRow,1,v[1],false,false ) guiGridListSetItemData ( YourGridList,MyRow,1,v[2] ) end addEventHandler('onClientGUIClick',YourButton, function ( ) if guiGridListGetSelectedItem ( YourGridList ) ~= -1 then if isElement ( sound ) then destroyElement ( sound ) end sound = playSound ( guiGridListGetItemData ( YourGridList,MyRow,1 ) ) outputChatBox(' Sound Loading ...') end end,false ) الاستبدال, سطر 11 و12 و13 , YourGridList = اسم الجريد ليست حقك, سطر 16, YourButton = اسم الزر الي تبيه يشغل الصوت, سطر 18 و22 YourGridList = اسم الجريد ليست حقك, Link to comment
AboFaisal Posted June 7, 2013 Author Share Posted June 7, 2013 addEventHandler('onClientGUIClick',StartSound, شوف معرفة شيلة خلاص طيب شفيه مايشتغل طيب هات أكواد يكون فيها أزرار وكل ماتضغط زر تتغير الصوت يعني تضغط زر وتسمع قران تضغط الزر الثاني يطفي القران وتجي أنشوده اللي هي الزر الثاني و5 فقرات خليها وإذا خلاص مايبي يسمع يضغط Stop Sound اللي هي زر ^ الإغلاق ... Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 انا عارف وش لحس مخك الاختصارات, local Sound = { -- { String Text,String URL }, { 'دله الرسلان','URL Test' }, { 'فاطري','URL Test' }, { 'فاطري','other/wane.mp3' }, { "وين اروح","wane.mp3" }, { 'PUTEM UP','URL Test' }, } for _,v in next,Sound do MyRow = guiGridListAddRow ( YourGridList ) guiGridListSetItemText ( YourGridList,MyRow,1,v[1],false,false ) guiGridListSetItemData ( YourGridList,MyRow,1,v[2] ) end addEventHandler('onClientGUIClick',YourButton, function ( ) if guiGridListGetSelectedItem ( YourGridList ) ~= -1 then if isElement ( sound ) then destroyElement ( sound ) end sound = playSound ( guiGridListGetItemData ( YourGridList,MyRow,1 ) ) outputChatBox(' Sound Loading ...') end end,false ) الاستبدال, سطر 11 و12 و13 , YourGridList = اسم الجريد ليست حقك, سطر 16, YourButton = اسم الزر الي تبيه يشغل الصوت, سطر 18 و22 YourGridList = اسم الجريد ليست حقك, العكس المفروض تسهل بس الشكوى لله نسهل و ينلحسون .. |: .. kill me .. 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