Jump to content

مطلوب كود


Recommended Posts

Posted

طلب قبل كدا هذا الكود و محدش ظبط معي الكود

الوقتي يا شباب انا ابي هذه اللوحة تفتح لتيم معين بكلمة من اف8 مين ممكن حد يسويها لي ؟

  
GUIEditor = { 
    button = {}, 
    window = {}, 
    label = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
        GUIEditor.window[1] = guiCreateWindow(462, 264, 513, 291, "shop", false) 
        guiWindowSetSizable(GUIEditor.window[1], false) 
  
        GUIEditor.button[1] = guiCreateButton(111, 53, 293, 66, "Gun", false, GUIEditor.window[1]) 
        GUIEditor.button[2] = guiCreateButton(111, 202, 293, 66, "Havey", false, GUIEditor.window[1]) 
        GUIEditor.label[1] = guiCreateLabel(56, 124, 415, 64, "Saif", false, GUIEditor.window[1]) 
        guiSetFont(GUIEditor.label[1], "sa-header") 
        guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) 
        guiLabelSetVerticalAlign(GUIEditor.label[1], "center")     
    end 
) 

Posted

ككذا آتوقع

وآلي بيطقطق يجي سكآيب

maher-354

بمححيهه من آلآرض

addCommandHandler("الامر", 
function(player) 
    if getPlayerTeam(player) == getTeamFromName("أسم التيم") then 
       
    GUIEditor = { 
        button = {}, 
        window = {}, 
        label = {} 
    } 
    addEventHandler("onClientResourceStart", resourceRoot, 
        function() 
            GUIEditor.window[1] = guiCreateWindow(462, 264, 513, 291, "shop", false) 
            guiWindowSetSizable(GUIEditor.window[1], false) 
      
            GUIEditor.button[1] = guiCreateButton(111, 53, 293, 66, "Gun", false, GUIEditor.window[1]) 
            GUIEditor.button[2] = guiCreateButton(111, 202, 293, 66, "Havey", false, GUIEditor.window[1]) 
            GUIEditor.label[1] = guiCreateLabel(56, 124, 415, 64, "Saif", false, GUIEditor.window[1]) 
            guiSetFont(GUIEditor.label[1], "sa-header") 
            guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) 
            guiLabelSetVerticalAlign(GUIEditor.label[1], "center")     
        end 
    ) 
    end 
end) 
  
-- تآبل , آلحقوق 

Posted
ككذا آتوقع

وآلي بيطقطق يجي سكآيب

maher-354

بمححيهه من آلآرض

addCommandHandler("الامر", 
function(player) 
    if getPlayerTeam(player) == getTeamFromName("أسم التيم") then 
       
    GUIEditor = { 
        button = {}, 
        window = {}, 
        label = {} 
    } 
    addEventHandler("onClientResourceStart", resourceRoot, 
        function() 
            GUIEditor.window[1] = guiCreateWindow(462, 264, 513, 291, "shop", false) 
            guiWindowSetSizable(GUIEditor.window[1], false) 
      
            GUIEditor.button[1] = guiCreateButton(111, 53, 293, 66, "Gun", false, GUIEditor.window[1]) 
            GUIEditor.button[2] = guiCreateButton(111, 202, 293, 66, "Havey", false, GUIEditor.window[1]) 
            GUIEditor.label[1] = guiCreateLabel(56, 124, 415, 64, "Saif", false, GUIEditor.window[1]) 
            guiSetFont(GUIEditor.label[1], "sa-header") 
            guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) 
            guiLabelSetVerticalAlign(GUIEditor.label[1], "center")     
        end 
    ) 
    end 
end) 
  
-- تآبل , آلحقوق 

وش تمحيه الله يهداكـ .. كودك هريس :lol::lol:

Posted
ككذا آتوقع

وآلي بيطقطق يجي سكآيب

maher-354

بمححيهه من آلآرض

addCommandHandler("الامر", 
function(player) 
    if getPlayerTeam(player) == getTeamFromName("أسم التيم") then 
       
    GUIEditor = { 
        button = {}, 
        window = {}, 
        label = {} 
    } 
    addEventHandler("onClientResourceStart", resourceRoot, 
        function() 
            GUIEditor.window[1] = guiCreateWindow(462, 264, 513, 291, "shop", false) 
            guiWindowSetSizable(GUIEditor.window[1], false) 
      
            GUIEditor.button[1] = guiCreateButton(111, 53, 293, 66, "Gun", false, GUIEditor.window[1]) 
            GUIEditor.button[2] = guiCreateButton(111, 202, 293, 66, "Havey", false, GUIEditor.window[1]) 
            GUIEditor.label[1] = guiCreateLabel(56, 124, 415, 64, "Saif", false, GUIEditor.window[1]) 
            guiSetFont(GUIEditor.label[1], "sa-header") 
            guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) 
            guiLabelSetVerticalAlign(GUIEditor.label[1], "center")     
        end 
    ) 
    end 
end) 
  
-- تآبل , آلحقوق 

هريسه ,

^ ذي طقطقه

Posted

طيب هعرضو و تقولو لي صح ام لا

كدا

  
 addCommandHandler("xxx", 
function(player) 
    if getPlayerTeam(player) == getTeamFromName("poor") then 
        guiSetVisible (wnd, true) 
    end 
end) 

Posted

احذف بلاير من سطر 3

و غير بلاير في سطر 4 إلى لوكل بلاير

* ينقل إلى قسم البرمجة

Posted
ككذا آتوقع

وآلي بيطقطق يجي سكآيب

maher-354

بمححيهه من آلآرض

addCommandHandler("الامر", 
function(player) 
    if getPlayerTeam(player) == getTeamFromName("أسم التيم") then 
       
    GUIEditor = { 
        button = {}, 
        window = {}, 
        label = {} 
    } 
    addEventHandler("onClientResourceStart", resourceRoot, 
        function() 
            GUIEditor.window[1] = guiCreateWindow(462, 264, 513, 291, "shop", false) 
            guiWindowSetSizable(GUIEditor.window[1], false) 
      
            GUIEditor.button[1] = guiCreateButton(111, 53, 293, 66, "Gun", false, GUIEditor.window[1]) 
            GUIEditor.button[2] = guiCreateButton(111, 202, 293, 66, "Havey", false, GUIEditor.window[1]) 
            GUIEditor.label[1] = guiCreateLabel(56, 124, 415, 64, "Saif", false, GUIEditor.window[1]) 
            guiSetFont(GUIEditor.label[1], "sa-header") 
            guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) 
            guiLabelSetVerticalAlign(GUIEditor.label[1], "center")     
        end 
    ) 
    end 
end) 
  
-- تآبل , آلحقوق 

وش تمحيه الله يهداكـ .. كودك هريس :lol::lol:

ضض كل م بغيت اساعد هريسة هريسة بقلبها كنافة

Posted

كلنت

addCommandHandler("open", function( ) 
    local team = getPlayerTeam(localPlayer) 
    if team and getTeamName(team) == "اسم التيم" then 
        guiSetVisible(wnd, not guiGetVisible(wnd)) 
        showCursor(guiGetVisible(wnd)) 
    end 
end) 

Posted
كلنت
addCommandHandler("open", function( ) 
    local team = getPlayerTeam(localPlayer) 
    if team and getTeamName(team) == "اسم التيم" then 
        guiSetVisible(wnd, not guiGetVisible(wnd)) 
        showCursor(guiGetVisible(wnd)) 
    end 
end) 

متشكر جداً انت الوحيد العملت الكود صح اشكرك جداً

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