nony Posted August 29, 2012 Share Posted August 29, 2012 السلام عليكم ورحمه الله وبركاته يا شباب انا سويت مود التسجيل الي اول مايدخل الاعب يجيه المهم ابي اول مايدخل الاعب تشتغل موسيقى واذا سجل دخول تروح ان شاء الله فهمتوني ^^ playSound Link to comment
3NAD Posted August 29, 2012 Share Posted August 29, 2012 هذا الكود حطه كلنت و بدون وظايف خله مفتوح على شأن يششتغل اول مايدخل playSound و ححط ذا الكود عند زر تسجيل الدخول stopSound Link to comment
abu5lf Posted August 29, 2012 Share Posted August 29, 2012 اذا كان الصوت تبيه يظهر للأعب بس استخدم الوظيفة هذي افضل واسهل playSoundFrontEnd Link to comment
nony Posted August 30, 2012 Author Share Posted August 30, 2012 الصوت تمام يجي اول مايدخل الاعب لاكن مايوقف اذا سجل دخول وفيه كود ثاني ابي مساعده فيه الكود في نفس مود التسجيل اول مايدخل الاعب تجي الصوره في الاحداثيات الي انا احطها والرادار يختفي الكود function setCameraOnPlayerJoin() fadeCamera(source, true, 5) setTimer ( fadeCamera, 9000, 1, source, true, 0.5 ) setCameraMatrix(source, 1000.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) end addEventHandler("onPlayerJoin", getRootElement(), setCameraOnPlayerJoin) function hudChangerOnJoin () showPlayerHudComponent ( source, "radar", false ) showChat( source, false) end addEventHandler ( "onPlayerJoin", getRootElement(), hudChangerOnJoin ) واذا ماتعبتكم معي ابي حتا الشات يختفي ^^ Link to comment
hassan.k.s.a Posted August 30, 2012 Share Posted August 30, 2012 بنسبه لصوت استخدم sound = playSound("wasted.mp3") واستخدم stopSound( sound ) عند ضغط زر تسجيل دخول او عند ضغط زر التسجيل وينسبه لـ اخفاء الشات setClipboard ( "" .. showChat ( false )(source) .. "" ) Link to comment
nony Posted August 30, 2012 Author Share Posted August 30, 2012 بنسبه لصوت استخدم sound = playSound("wasted.mp3") واستخدم stopSound( sound ) عند ضغط زر تسجيل دخول او عند ضغط زر التسجيل وينسبه لـ اخفاء الشات setClipboard ( "" .. showChat ( false )(source) .. "" ) مايوقف الصوت Sound = playSound( "sounds/join.mp3", true ) GUIEditor_Button[1] = stopSound( sound ) وبالنسبه لاخفاء الشات والرادار والصوره الي احط مكانها بالاحداثيات مايشتغل ولا واحد منها Link to comment
hassan.k.s.a Posted August 30, 2012 Share Posted August 30, 2012 GUIEditor_Button[1] = stopSound( sound )[/lua] ماشاء الله لأ بالله رحنا فيها حبيبي مو كيذا حطها كيذا يالحبيب addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[1]) then stopSound( sound ) end ) Link to comment
nony Posted August 30, 2012 Author Share Posted August 30, 2012 (edited) GUIEditor_Button[1] = stopSound( sound )[/lua] ماشاء الله لأ بالله رحنا فيها حبيبي مو كيذا حطها كيذا يالحبيب addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[1]) then stopSound( sound ) end ) يوم حطيت الكود ماشتغل المود اضفت end بالاخير واشتغل بس المشكله نفسها مايوقف الصوت Edited August 30, 2012 by Guest Link to comment
hassan.k.s.a Posted August 30, 2012 Share Posted August 30, 2012 GUIEditor_Button[1] = stopSound( sound )[/lua] ماشاء الله لأ بالله رحنا فيها حبيبي مو كيذا حطها كيذا يالحبيب addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[1]) then stopSound( sound ) end ) عسى ماشر Link to comment
nony Posted August 30, 2012 Author Share Posted August 30, 2012 عدلت على مشاركتي شوف فوق الخطأ Link to comment
hassan.k.s.a Posted August 30, 2012 Share Posted August 30, 2012 او صح نسيت ال end addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[1]) then stopSound( sound ) end end) Link to comment
TAPL Posted August 30, 2012 Share Posted August 30, 2012 فيه خطأ ثاني s حرف الـ Sound = playSound( "sounds/join.mp3", true ) stopSound( sound ) بس على فكره الطريقة ذي خطأ كذا أول ما تضغط على الزر حتى لو كان الباس خطأ بيوقف الصوت المفروض تسوي ترقير من السيرفر للكلينت عشان توقف الصوت Link to comment
hassan.k.s.a Posted August 30, 2012 Share Posted August 30, 2012 انا عطيته الصح هو غير الحرف وغير كيذا مادري اذا هو يبي اذا كان الباسورد صح هو قال لما يضغط الزر ! ماقال لما يكون صح او خطأ لسى هو ماكمل استفساره Link to comment
nony Posted August 30, 2012 Author Share Posted August 30, 2012 كفو يا تابل تسلم ايديك الحين تمام Link to comment
nony Posted August 30, 2012 Author Share Posted August 30, 2012 انا عطيته الصح هو غير الحرف وغير كيذا مادري اذا هو يبي اذا كان الباسورد صح هو قال لما يضغط الزر ! ماقال لما يكون صح او خطأ لسى هو ماكمل استفساره هي 3 اصوات صوت اول مايدخل السيرفر وصوت اذا الباسورد خطأ وصوت اذا يبي يسجل والاسم موجود "^^ Link to comment
Tete omar Posted August 30, 2012 Share Posted August 30, 2012 لو تبي الصوت يظهر للاعب الي دخل وبس استخدم server addEventHandler("onPlayerJoin", root, function( ) triggerClientEvent(source, "playsound", source) end) client addEvent("playsound", true) addEventHandler("playsound", root, function( ) playSound("sound.mp3") end) Link to comment
nony Posted August 30, 2012 Author Share Posted August 30, 2012 لو تبي الصوت يظهر للاعب الي دخل وبساستخدم server addEventHandler("onPlayerJoin", root, function( ) triggerClientEvent(source, "playsound", source) end) client addEvent("playsound", true) addEventHandler("playsound", root, function( ) playSound("sound.mp3") end) تسلم يا شنب %100 Link to comment
nony Posted August 30, 2012 Author Share Posted August 30, 2012 يا شباب وش المشكله في ذا الكود؟؟؟ عرضته في الصفحه الاولى function setCameraOnPlayerJoin() fadeCamera(source, true, 5) setTimer ( fadeCamera, 9000, 1, source, true, 0.5 ) setCameraMatrix(source, 1000.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) end addEventHandler("onPlayerJoin", getRootElement(), setCameraOnPlayerJoin) function hudChangerOnJoin () showPlayerHudComponent ( source, "radar", false ) showChat( source, false) end addEventHandler ( "onPlayerJoin", getRootElement(), hudChangerOnJoin ) Link to comment
Tete omar Posted August 30, 2012 Share Posted August 30, 2012 يا شباب وش المشكله في ذا الكود؟؟؟عرضته في الصفحه الاولى function setCameraOnPlayerJoin() fadeCamera(source, true, 5) setTimer ( fadeCamera, 9000, 1, source, true, 0.5 ) setCameraMatrix(source, 1000.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) end addEventHandler("onPlayerJoin", getRootElement(), setCameraOnPlayerJoin) function hudChangerOnJoin () showPlayerHudComponent ( source, "radar", false ) showChat( source, false) end addEventHandler ( "onPlayerJoin", getRootElement(), hudChangerOnJoin ) أنصحك وانصح كل من يسوي مثلك للمرة المليون اخي لا تنقل امثلة من الويكي وتقولنا صلوحها addEventHandler("onPlayerJoin", root, function( ) fadeCamera(source, true, 5) setTimer ( fadeCamera, 9000, 1, source, true, 0.5 ) setCameraMatrix(source, 1000.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) showPlayerHudComponent ( source, "radar", false ) showChat( source, false) end) اختصرت لك كل هذا , في حدث واحد Link to comment
nony Posted August 30, 2012 Author Share Posted August 30, 2012 (edited) يا شباب وش المشكله في ذا الكود؟؟؟عرضته في الصفحه الاولى function setCameraOnPlayerJoin() fadeCamera(source, true, 5) setTimer ( fadeCamera, 9000, 1, source, true, 0.5 ) setCameraMatrix(source, 1000.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) end addEventHandler("onPlayerJoin", getRootElement(), setCameraOnPlayerJoin) function hudChangerOnJoin () showPlayerHudComponent ( source, "radar", false ) showChat( source, false) end addEventHandler ( "onPlayerJoin", getRootElement(), hudChangerOnJoin ) أنصحك وانصح كل من يسوي مثلك للمرة المليون اخي لا تنقل امثلة من الويكي وتقولنا صلوحها addEventHandler("onPlayerJoin", root, function( ) fadeCamera(source, true, 5) setTimer ( fadeCamera, 9000, 1, source, true, 0.5 ) setCameraMatrix(source, 1000.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) showPlayerHudComponent ( source, "radar", false ) showChat( source, false) end) اختصرت لك كل هذا , في حدث واحد لا والله ياخوي انا مانسختها من الويكي Edited August 30, 2012 by Guest Link to comment
nony Posted August 30, 2012 Author Share Posted August 30, 2012 والكود الي طرحته باقي مايشتغل ماختفا لا الرادار ولا جات الصوره فوق ^^ Link to comment
TAPL Posted August 30, 2012 Share Posted August 30, 2012 يا عزيزي تأكد من الميتا السكربت سيرفر مو كلينت Link to comment
nony Posted August 30, 2012 Author Share Posted August 30, 2012 يا عزيزي تأكد من الميتا السكربت سيرفر مو كلينت صح كلامك شكرااا ماقصرت 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