Jump to content

x[ تعديل كود ]x : onClientGUIClick


Recommended Posts

آلسلام عليكم

آبي لمآ آضغط زر يطلع كلمة في آلشآت

 

محآولتي :


addEventHandler('onClientGUIClick',root,
function()
if source == GUIEditor.button[9] then
outputChatBox('تم آغلآق آللوحة بنجآح',source,0,255,0)
end
end
)

 

Link to comment
9 minutes ago, iPrestege said:

عليكم السلام اذا الكلمة تبيها تظهر للكل لازم تسوي ترايقر للسيرفر سايد

لآ كنت آبيهآ تظهر للي ضغط فقط + شكرآ لك

+ ممكن شرح لترآيقر لآني مآ آعرفه عنه شي !

12 minutes ago, Lee said:

 

مآ آشتغل بآلعكس لمآ حطيته خرب آللوحة ومآ عآدت تفتح

@Lee

Link to comment
5 minutes ago, Lee said:

عطني الكود الذي استخدمته

آلي آنت حآطه فوق

 

addEventHandler('onClientGUIClick',root,, function()
if (source == GUIEditor.button[9]) then
outputChatBox('تم آغلآق آللوحة بنجآح',source,0,255,0)
end
end)

 

Link to comment
GUIEditor = {
    button = {},
    window = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
    function()
local screenW, screenH = guiGetScreenSize()
        GUIEditor.window[1] = guiCreateWindow((screenW - 292) / 2, (screenH - 193) / 2, 292, 193, "", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetVisible (GUIEditor.window[1], false)
        GUIEditor.button[1] = guiCreateButton((292 - 95) / 2, (193 - 71) / 2, 95, 71, "Mr.Mostafa", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[1], "default-bold-small")
        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000")    
    end
)

addEventHandler('onClientGUIClick',root, function()
if (source == GUIEditor.button[1]) then
outputChatBox('تم آغلآق آللوحة بنجآح',source,0,255,0)
end
end)

 

Link to comment

 

1 hour ago, Lee said:

GUIEditor = {
    button = {},
    window = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
    function()
local screenW, screenH = guiGetScreenSize()
        GUIEditor.window[1] = guiCreateWindow((screenW - 292) / 2, (screenH - 193) / 2, 292, 193, "", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetVisible (GUIEditor.window[1], false)
        GUIEditor.button[1] = guiCreateButton((292 - 95) / 2, (193 - 71) / 2, 95, 71, "Mr.Mostafa", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[1], "default-bold-small")
        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000")    
    end
)

addEventHandler('onClientGUIClick',root, function()
if (source == GUIEditor.button[1]) then
outputChatBox('تم آغلآق آللوحة بنجآح',source,0,255,0)
end
end)

 

مب شغآل - رفعت آللوحة فتحت آللوحة ضغطت آلزر مآ جآب شي !

@Lee

Edited by Mr.Mostafa
Link to comment
Just now, Mr.Mostafa said:

آب

سوي ترايقر زي ماقلك برستيج فوق ^
علي العموم تفضل

addEventHandler('onClientGUIClick',root,, function()
if (source == GUIEditor.button[9]) then
triggerServerEvent("onClose;Window", localPlayer)
end
end)

--server
addEvent("onClose;Window",true)
addEventHandler("onClose;Window",root,
  function( )
outputChatBox('تم آغلآق آللوحة بنجآح',getRootElement(),0,255,0)
end
)


اما لو تبيها تظهر للاعب بس
سوي مثل كذا

 

addEventHandler('onClientGUIClick',root,, function()
if (source == GUIEditor.button[9]) then
outputChatBox('تم آغلآق آللوحة بنجآح',0,255,0)
end
end)

 

 

Edited by #DesTroeyR
Link to comment
15 minutes ago, #DesTroeyR said:

سوي ترايقر زي ماقلك برستيج فوق ^
علي العموم تفضل


addEventHandler('onClientGUIClick',root,, function()
if (source == GUIEditor.button[9]) then
triggerServerEvent("onClose;Window", localPlayer)
end
end)

--server
addEvent("onClose;Window",true)
addEventHandler("onClose;Window",root,
  function( )
outputChatBox('تم آغلآق آللوحة بنجآح',getRootElement(),0,255,0)
end
)


اما لو تبيها تظهر للاعب بس
سوي مثل كذا

 


addEventHandler('onClientGUIClick',root,, function()
if (source == GUIEditor.button[9]) then
outputChatBox('تم آغلآق آللوحة بنجآح',0,255,0)
end
end)

 

 

جربت آلترآيقر مآ ظبط

 

جربت آلتآني مآ ظبط بعد

 

حطيت آول كودين  آللوحة مآ عآدت تفتح

وحطيت تآني كود - آللوحة مآ عآدت تفتح بعد

Link to comment

ايه صح اوك اوك

جرب دا

addEventHandler('onClientGUIClick',root, function()
if (source == GUIEditor.button[9]) then
triggerServerEvent("onClose;Window", localPlayer)
end
end)

--server
addEvent("onClose;Window",true)
addEventHandler("onClose;Window",root,
  function( )
outputChatBox('تم آغلآق آللوحة بنجآح',getRootElement(),0,255,0)
end
)

 

Link to comment
6 minutes ago, #DesTroeyR said:

ايه صح اوك اوك

جرب دا


addEventHandler('onClientGUIClick',root, function()
if (source == GUIEditor.button[9]) then
triggerServerEvent("onClose;Window", localPlayer)
end
end)

--server
addEvent("onClose;Window",true)
addEventHandler("onClose;Window",root,
  function( )
outputChatBox('تم آغلآق آللوحة بنجآح',getRootElement(),0,255,0)
end
)

 

آشتغلت ض1

 

طيب لو آبي آلكود يظهر للي ضغط آلزر فقط ؟

Link to comment
8 hours ago, Mr.Mostafa said:

آشتغلت ض1

 

طيب لو آبي آلكود يظهر للي ضغط آلزر فقط ؟

addEventHandler('onClientGUIClick',root, function()
if (source == GUIEditor.button[9]) then
outputChatBox('تم آغلآق آللوحة بنجآح',0,255,0)
end
end)

 

Link to comment
function click()
  if source == GUIEditor.Button[9] then
    outputChatBox("تم إغلاق اللوحة بنجاح", 0, 255, 0)
  end
end
addEventHandler("onClientGUIClick", GUIEditor.Button[9], click)

Try it.

Edited by Gat
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...