Jump to content

طلب تعديل كود


Recommended Posts

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

سويت مود اف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

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