Jump to content

# تم الافاده


mR.Z

Recommended Posts

بسم الله الرحمن الرحيم

السلام عليكم ورحمته الله وبركاته

طبعا انا اليوم سويت لوحه الاوان اسم الاعب

وهاذي صوره للمود

rydZWc.png

وسويت الكود الي يخلي اذا ضغط الزر يحول لون اسم الاعب الى ازرق او احمر بس مافي مايصير شي

هاذا الكود كلنت

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 by Guest
Link to comment
        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

بالنسبة لـ

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

اسف الغلط مني ×_×

نسيت شي بالكود

تفضل كود كامل -_-

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

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
الكود عندك وش الخطاء :|

استبدل

addEventHandler("onDxButtonClick", resourceRoot, function( ) 

بهذا الكود

addEventHandler("onClientDXClick", resourceRoot, function( ) 

وشوف يظبط ولا لا

edit: الرد وصل متاخر من اول كتبته وماظغطت Submit

Link to comment
الكود عندك وش الخطاء :|

استبدل

addEventHandler("onDxButtonClick", resourceRoot, function( ) 

بهذا الكود

addEventHandler("onClientDXClick", resourceRoot, function( ) 

وشوف يظبط ولا لا

edit: الرد وصل متاخر من اول كتبته وماظغطت Submit

نفس الشي مافي الوحه شغاله وكل شي اضغط على الزر مايتيغير لون اسمي احمر

Link to comment

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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...