~!#abdullah Posted October 16, 2012 Share Posted October 16, 2012 السلام عليكم ورحمة الله وبركاته سويت مود اف10 تجي القوانين المشكلة يوم تدخل السيرفر تجيك اللوحة انا ابيها ما تجي الا بالضغط على اف10 function onresourceStart () bindKey ("F10", "down", showUserPanel) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onresourceStart) function showUserPanel () local getVisible = guiGetVisible (GUIEditor_Window[1]) if (getVisible) then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) else guiSetVisible (GUIEditor_Window[1], true) showCursor (true) end end هذا الكود ارجو المساعده ما ابي يشتغل تلقائي Link to comment
abu5lf Posted October 16, 2012 Share Posted October 16, 2012 guiSetVisible (GUIEditor_Window[1], false) Link to comment
TurnUP Posted October 16, 2012 Share Posted October 16, 2012 افتح ملف كلنت وضع هذا الكود تحت example GUIEditor_Window[1] = guiCreatewindow(*********) guiSetVisible(GUIEditor_Window[1], false) Link to comment
abu5lf Posted October 16, 2012 Share Posted October 16, 2012 مشكورين ضبط على الرحب والسعة 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