mR.Z Posted September 22, 2014 Share Posted September 22, 2014 (edited) بسم الله الرحمن الرحيم السلام عليكم ورحمته الله وبركاته طبعا انا اليوم سويت لوحه الاوان اسم الاعب وهاذي صوره للمود وسويت الكود الي يخلي اذا ضغط الزر يحول لون اسم الاعب الى ازرق او احمر بس مافي مايصير شي هاذا الكود كلنت addEventHandler("onDxButtonClick", resourceRoot, function( ) if source == b1 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 0, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b2 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 0, 255, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b3 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 0, 0, 255) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b4 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 255, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b5 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 0, 255) playSound("http://www.pachd.com/a/button/button3.wav") end end) سيرفر addEvent("onPlayerChangeNameTagColor", true)addEventHandler("onPlayerChangeNameTagColor", root, function(r, g, b) setPlayerNametagColor(source, r, g, b) end) Edited September 22, 2014 by Guest Link to comment
AnymoX Posted September 22, 2014 Share Posted September 22, 2014 سجل دخولك ك أدمن و أكتب في اف 8 debugscript 3 وروح للوحة و اظغط الزر اذا طلع ايرور صوره و وريني اياها Link to comment
#DRAGON!FIRE Posted September 22, 2014 Share Posted September 22, 2014 onDxButtonClick من وين جبت الحدث الخورافي ذا ؟ Link to comment
jafar Posted September 22, 2014 Share Posted September 22, 2014 استبدل onDXButtonClick الى onClientDXClick Link to comment
AnymoX Posted September 22, 2014 Share Posted September 22, 2014 onDxButtonClick من وين جبت الحدث الخورافي ذا ؟ يمكن انه مستخدم هذا السكربت لاتظلمه DXGUI لتصحيح كودك https://wiki.multitheftauto.com/wiki/Resource:DxGUI Link to comment
#DRAGON!FIRE Posted September 22, 2014 Share Posted September 22, 2014 فاهم انه يستخدم السكربت هذا .. لاكن اسم الحدث خطا وااشك انه يستخدمه لانه شكله يستخدم ريكتنقل وفي اكثر من سكربت يعني .. المفروض يوضح وش يستخدم . Link to comment
mR.Z Posted September 22, 2014 Author Share Posted September 22, 2014 انا استخدم كود DX خاص بألاخ تنطيل وهوا معطيني Link to comment
#DRAGON!FIRE Posted September 22, 2014 Share Posted September 22, 2014 الشي مو سحر .. اطرح الاكواد كاملة . Link to comment
AnymoX Posted September 22, 2014 Share Posted September 22, 2014 عندي ملاحظة بسيطة مدري انا الي لحالي شفتها ولا شافوها الناس وسوو نفسهم مايدرون الشخصية مصورها من تحت ليش ههههههههههههههههههههههههههههههههههه Link to comment
#DRAGON!FIRE Posted September 22, 2014 Share Posted September 22, 2014 عندي ملاحظة بسيطة مدري انا الي لحالي شفتها ولا شافوها الناس وسوو نفسهم مايدرون الشخصية مصورها من تحت ليش ههههههههههههههههههههههههههههههههههه هههههههههههه يمكن صدفة Link to comment
jafar Posted September 22, 2014 Share Posted September 22, 2014 عندي ملاحظة بسيطة مدري انا الي لحالي شفتها ولا شافوها الناس وسوو نفسهم مايدرون الشخصية مصورها من تحت ليش ههههههههههههههههههههههههههههههههههه Link to comment
#DRAGON!FIRE Posted September 22, 2014 Share Posted September 22, 2014 الشي مو سحر .. اطرح الاكواد كاملة . Link to comment
mR.Z Posted September 22, 2014 Author Share Posted September 22, 2014 wnd = dxCreateWindow((sx - 430) / 2, (sy - 330) / 2, 430, 330, "Panel Color Name v1", false, _, _, _, _) b1 = dxCreateButton(9, 23, 115, 50, "احمر", false, _, _, _, _, _, wnd) b2 = dxCreateButton(156, 23, 116, 49, "ازرق", false, _, _, _, _, _, wnd) b3 = dxCreateButton(156, 109, 116, 49, "اخضر", false, _, _, _, _, _, wnd) b4 = dxCreateButton(9, 108, 115, 50, "اسود", false, _, _, _, _, _, wnd) b5 = dxCreateButton(9, 190, 115, 50, "اصفر", false, _, _, _, _, _, wnd) b6 = dxCreateButton(156, 190, 118, 51, "سمائي", false, _, _, _, _, _, wnd) b7 = dxCreateButton(156, 270, 118, 51, "وردي", false, _, _, _, _, _, wnd) b8 = dxCreateButton(9, 270, 118, 51, "بنفسجي", false, _, _, _, _, _, wnd) b9 = dxCreateButton(305, 270, 118, 51, "ازرق فاتح", false, _, _, _, _, _, wnd) b10 = dxCreateButton(305, 190, 115, 50, "ابيض", false, _, _, _, _, _, wnd) b11 = dxCreateButton(305, 23, 116, 49, "اخضر فاتح", false, _, _, _, _, _, wnd) b12 = dxCreateButton(305, 109, 116, 49, "برتقالي", false, _, _, _, _, _, wnd) showCursor(true) end end) addEventHandler("onDxButtonClick", resourceRoot, function( ) if source == b1 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 0, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b2 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 0, 255, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b3 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 0, 0, 255) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b4 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 255, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b5 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 0, 255) playSound("http://www.pachd.com/a/button/button3.wav") end end) Link to comment
mR.Z Posted September 22, 2014 Author Share Posted September 22, 2014 الكود عندك وش الخطاء Link to comment
#DRAGON!FIRE Posted September 22, 2014 Share Posted September 22, 2014 بالنسبة لـ end end) وش وضعهم ؟ wnd = dxCreateWindow((sx - 430) / 2, (sy - 330) / 2, 430, 330, "Panel Color Name v1", false, _, _, _, _) b1 = dxCreateButton(9, 23, 115, 50, "احمر", false, _, _, _, _, _, wnd) b2 = dxCreateButton(156, 23, 116, 49, "ازرق", false, _, _, _, _, _, wnd) b3 = dxCreateButton(156, 109, 116, 49, "اخضر", false, _, _, _, _, _, wnd) b4 = dxCreateButton(9, 108, 115, 50, "اسود", false, _, _, _, _, _, wnd) b5 = dxCreateButton(9, 190, 115, 50, "اصفر", false, _, _, _, _, _, wnd) b6 = dxCreateButton(156, 190, 118, 51, "سمائي", false, _, _, _, _, _, wnd) b7 = dxCreateButton(156, 270, 118, 51, "وردي", false, _, _, _, _, _, wnd) b8 = dxCreateButton(9, 270, 118, 51, "بنفسجي", false, _, _, _, _, _, wnd) b9 = dxCreateButton(305, 270, 118, 51, "ازرق فاتح", false, _, _, _, _, _, wnd) b10 = dxCreateButton(305, 190, 115, 50, "ابيض", false, _, _, _, _, _, wnd) b11 = dxCreateButton(305, 23, 116, 49, "اخضر فاتح", false, _, _, _, _, _, wnd) b12 = dxCreateButton(305, 109, 116, 49, "برتقالي", false, _, _, _, _, _, wnd) showCursor(true) end end) addEventHandler("onClientDXClick", resourceRoot, function( ) if source == b1 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 0, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b2 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 0, 255, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b3 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 0, 0, 255) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b4 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 255, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b5 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 0, 255) playSound("http://www.pachd.com/a/button/button3.wav") end end) Link to comment
mR.Z Posted September 22, 2014 Author Share Posted September 22, 2014 اسف الغلط مني ×_× نسيت شي بالكود تفضل كود كامل bindKey("F1", "down", function( ) if isElement(wnd) then destroyElement(wnd) showCursor(false) else wnd = dxCreateWindow((sx - 430) / 2, (sy - 330) / 2, 430, 330, "Panel Color Name v1", false, _, _, _, _) b1 = dxCreateButton(9, 23, 115, 50, "احمر", false, _, _, _, _, _, wnd) b2 = dxCreateButton(156, 23, 116, 49, "ازرق", false, _, _, _, _, _, wnd) b3 = dxCreateButton(156, 109, 116, 49, "اخضر", false, _, _, _, _, _, wnd) b4 = dxCreateButton(9, 108, 115, 50, "اسود", false, _, _, _, _, _, wnd) b5 = dxCreateButton(9, 190, 115, 50, "اصفر", false, _, _, _, _, _, wnd) b6 = dxCreateButton(156, 190, 118, 51, "سمائي", false, _, _, _, _, _, wnd) b7 = dxCreateButton(156, 270, 118, 51, "وردي", false, _, _, _, _, _, wnd) b8 = dxCreateButton(9, 270, 118, 51, "بنفسجي", false, _, _, _, _, _, wnd) b9 = dxCreateButton(305, 270, 118, 51, "ازرق فاتح", false, _, _, _, _, _, wnd) b10 = dxCreateButton(305, 190, 115, 50, "ابيض", false, _, _, _, _, _, wnd) b11 = dxCreateButton(305, 23, 116, 49, "اخضر فاتح", false, _, _, _, _, _, wnd) b12 = dxCreateButton(305, 109, 116, 49, "برتقالي", false, _, _, _, _, _, wnd) showCursor(true) end end) addEventHandler("onDxButtonClick", resourceRoot, function( ) if source == b1 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 0, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b2 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 0, 255, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b3 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 0, 0, 255) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b4 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 255, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b5 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 0, 255) playSound("http://www.pachd.com/a/button/button3.wav") end end) Link to comment
#DRAGON!FIRE Posted September 22, 2014 Share Posted September 22, 2014 bindKey("F1", "down", function( ) if isElement(wnd) then destroyElement(wnd) showCursor(false) else wnd = dxCreateWindow((sx - 430) / 2, (sy - 330) / 2, 430, 330, "Panel Color Name v1", false, _, _, _, _) b1 = dxCreateButton(9, 23, 115, 50, "احمر", false, _, _, _, _, _, wnd) b2 = dxCreateButton(156, 23, 116, 49, "ازرق", false, _, _, _, _, _, wnd) b3 = dxCreateButton(156, 109, 116, 49, "اخضر", false, _, _, _, _, _, wnd) b4 = dxCreateButton(9, 108, 115, 50, "اسود", false, _, _, _, _, _, wnd) b5 = dxCreateButton(9, 190, 115, 50, "اصفر", false, _, _, _, _, _, wnd) b6 = dxCreateButton(156, 190, 118, 51, "سمائي", false, _, _, _, _, _, wnd) b7 = dxCreateButton(156, 270, 118, 51, "وردي", false, _, _, _, _, _, wnd) b8 = dxCreateButton(9, 270, 118, 51, "بنفسجي", false, _, _, _, _, _, wnd) b9 = dxCreateButton(305, 270, 118, 51, "ازرق فاتح", false, _, _, _, _, _, wnd) b10 = dxCreateButton(305, 190, 115, 50, "ابيض", false, _, _, _, _, _, wnd) b11 = dxCreateButton(305, 23, 116, 49, "اخضر فاتح", false, _, _, _, _, _, wnd) b12 = dxCreateButton(305, 109, 116, 49, "برتقالي", false, _, _, _, _, _, wnd) showCursor(true) end end) addEventHandler("onClientDXClick", resourceRoot, function( ) if source == b1 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 0, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b2 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 0, 255, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b3 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 0, 0, 255) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b4 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 255, 0) playSound("http://www.pachd.com/a/button/button3.wav") elseif source == b5 then triggerServerEvent("onPlayerChangeNameTagColor", localPlayer, 255, 0, 255) playSound("http://www.pachd.com/a/button/button3.wav") end end) Link to comment
AnymoX Posted September 22, 2014 Share Posted September 22, 2014 الكود عندك وش الخطاء استبدل addEventHandler("onDxButtonClick", resourceRoot, function( ) بهذا الكود addEventHandler("onClientDXClick", resourceRoot, function( ) وشوف يظبط ولا لا edit: الرد وصل متاخر من اول كتبته وماظغطت Submit Link to comment
mR.Z Posted September 22, 2014 Author Share Posted September 22, 2014 اخوي مافي جربت اضغط على احمر وماتغير لون اسمي احمر Link to comment
mR.Z Posted September 22, 2014 Author Share Posted September 22, 2014 الكود عندك وش الخطاء استبدل addEventHandler("onDxButtonClick", resourceRoot, function( ) بهذا الكود addEventHandler("onClientDXClick", resourceRoot, function( ) وشوف يظبط ولا لا edit: الرد وصل متاخر من اول كتبته وماظغطت Submit نفس الشي مافي الوحه شغاله وكل شي اضغط على الزر مايتيغير لون اسمي احمر Link to comment
#DRAGON!FIRE Posted September 22, 2014 Share Posted September 22, 2014 b1 اضعط ع زر وشوف لو يجيك شي بالشات وقولنا . bindKey("F1", "down", function( ) if isElement(wnd) then destroyElement(wnd) showCursor(false) else wnd = dxCreateWindow((sx - 430) / 2, (sy - 330) / 2, 430, 330, "Panel Color Name v1", false, _, _, _, _) b1 = dxCreateButton(9, 23, 115, 50, "احمر", false, _, _, _, _, _, wnd) b2 = dxCreateButton(156, 23, 116, 49, "ازرق", false, _, _, _, _, _, wnd) b3 = dxCreateButton(156, 109, 116, 49, "اخضر", false, _, _, _, _, _, wnd) b4 = dxCreateButton(9, 108, 115, 50, "اسود", false, _, _, _, _, _, wnd) b5 = dxCreateButton(9, 190, 115, 50, "اصفر", false, _, _, _, _, _, wnd) b6 = dxCreateButton(156, 190, 118, 51, "سمائي", false, _, _, _, _, _, wnd) b7 = dxCreateButton(156, 270, 118, 51, "وردي", false, _, _, _, _, _, wnd) b8 = dxCreateButton(9, 270, 118, 51, "بنفسجي", false, _, _, _, _, _, wnd) b9 = dxCreateButton(305, 270, 118, 51, "ازرق فاتح", false, _, _, _, _, _, wnd) b10 = dxCreateButton(305, 190, 115, 50, "ابيض", false, _, _, _, _, _, wnd) b11 = dxCreateButton(305, 23, 116, 49, "اخضر فاتح", false, _, _, _, _, _, wnd) b12 = dxCreateButton(305, 109, 116, 49, "برتقالي", false, _, _, _, _, _, wnd) showCursor(true) end end) addEventHandler("onClientDXClick", resourceRoot, function( ) if source == b1 then outputChatBox ( " ' onClientDXClick ' Done" ) end end) Link to comment
mR.Z Posted September 22, 2014 Author Share Posted September 22, 2014 b1 اضعط ع زروشوف لو يجيك شي بالشات وقولنا . bindKey("F1", "down", function( ) if isElement(wnd) then destroyElement(wnd) showCursor(false) else wnd = dxCreateWindow((sx - 430) / 2, (sy - 330) / 2, 430, 330, "Panel Color Name v1", false, _, _, _, _) b1 = dxCreateButton(9, 23, 115, 50, "احمر", false, _, _, _, _, _, wnd) b2 = dxCreateButton(156, 23, 116, 49, "ازرق", false, _, _, _, _, _, wnd) b3 = dxCreateButton(156, 109, 116, 49, "اخضر", false, _, _, _, _, _, wnd) b4 = dxCreateButton(9, 108, 115, 50, "اسود", false, _, _, _, _, _, wnd) b5 = dxCreateButton(9, 190, 115, 50, "اصفر", false, _, _, _, _, _, wnd) b6 = dxCreateButton(156, 190, 118, 51, "سمائي", false, _, _, _, _, _, wnd) b7 = dxCreateButton(156, 270, 118, 51, "وردي", false, _, _, _, _, _, wnd) b8 = dxCreateButton(9, 270, 118, 51, "بنفسجي", false, _, _, _, _, _, wnd) b9 = dxCreateButton(305, 270, 118, 51, "ازرق فاتح", false, _, _, _, _, _, wnd) b10 = dxCreateButton(305, 190, 115, 50, "ابيض", false, _, _, _, _, _, wnd) b11 = dxCreateButton(305, 23, 116, 49, "اخضر فاتح", false, _, _, _, _, _, wnd) b12 = dxCreateButton(305, 109, 116, 49, "برتقالي", false, _, _, _, _, _, wnd) showCursor(true) end end) addEventHandler("onClientDXClick", resourceRoot, function( ) if source == b1 then outputChatBox ( " ' onClientDXClick ' Done" ) end end) ماطلع شي وش يعني Link to comment
#DRAGON!FIRE Posted September 22, 2014 Share Posted September 22, 2014 عطني رابط السكربت اللي تستخدمه Link to comment
mR.Z Posted September 22, 2014 Author Share Posted September 22, 2014 مافهمتك قصدك مود جيدتور ولا وش 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