Jump to content

طريقت عمل مود و فتح بزر و زر اغلاق


Recommended Posts

السلام عليكم

كيفكم شباب...

اليوم بعلمكم 3 أشياء

1-لوحة تفتح بزر

2-ما تطلع بوجهك

3-مع زر اغلاق

 

اول شي لوجة تفتح بزر سهل

 

اول شي

افتح النوت باد

الحين

 

 local key = "زر الفتح"

 

الاكواد

 

 

   guiSetVisible (اسم لوحتك, false)
bindKey( key, "down",function()
guiSetVisible (GUIEditor.window[1], not guiGetVisible (GUIEditor.window[1]) )
showCursor ( guiGetVisible (GUIEditor.window[1]) )
end)
addEventHandler("onClientGUIClick",root,
function()
if (source == اسم زر اغلاق) then
guiSetVisible(هنا اسم الوحة,false)
showCursor(false)
end
end
)

و شكرا:xشكرا

 

Edited by salh
Link to comment

طيب الزبده فيه ناس عرفو يسون لوحة تفتح بزر من هذا الشرح انا ما هي شرح ولا توزيع اهم شي استفادو من الشرح او (للتوزيع)

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