Jump to content

K7ool

Members
  • Posts

    8
  • Joined

  • Last visited

Details

  • Gang
    Gang

K7ool's Achievements

Newbie

Newbie (4/54)

1

Reputation

  1. يالبي قلبك بس, مشكور علي المساعده ولاهنت وربي, ومشكور يا ماستر علي المحاولة Thanks @Master_MTA @</Mr.Tn6eL>
  2. function showBrowser() --- هذا اللي يظهر اللوحة if WebBrowserGUI.instance == nil then WebBrowserGUI.instance = WebBrowserGUI:new() else return false end end function showBrowXser() --- هذا اللي يظهر اللوحة if WebBrowserGUI.instance == nil then WebBrowserGUI.instance = WebBrowserGUI:new() else return false end end local KEY="F7" function OPEN() if showBrowser() ~= false then showBrowser() showCursor(true) else showBrowXser() end end bindKey(KEY,"down",OPEN) ما ظبط
  3. تمام يطلع بالشات something wrong بس اللوحة ما تروح
  4. الدي بق ما يقول شئ ونفس المشكله وجرب الطريقة هذي function showBrowser() if WebBrowserGUI.instance ~= nil then return end WebBrowserGUI.instance = WebBrowserGUI:new() end AbuShow = false bindKey("F7","down", function ( ) if ( AbuShow == true ) then removeEventHandler("onClientRender",root,showBrowser) showCursor ( false ) else addEventHandler("onClientRender",root,showBrowser) showCursor ( true ) end AbuShow = not AbuShow end ) بس ما يشيله,
  5. الموجود فيه لوحة الويب بروسر حق المتصفح ما ظبط ,
  6. function showBrowser() --- هذا اللي يظهر اللوحة if WebBrowserGUI.instance ~= nil then return end WebBrowserGUI.instance = WebBrowserGUI:new() end ----- ابي اعرف كيف اسوي else ------ عشان يشيل الفنكشن local KEY="F7" function OPEN() showBrowser() showCursor(true) else return end end end bindKey(KEY,"down",OPEN) اليوزفل فنكشن متعرف لأنه حق webbrowser المهم ابي اعرف كيف اشيل الفنكشن
  7. السلام عليكم ورحمة الله وبركاته كيف الحال انشاء الله بخير, معليش ي شباب عندي طلب بسيط الحين انا سويت useful function وابغي اشيله لما اسوي حدث معين مثلآ if source == Button then textfunction() else هنا ابي اعرف وش اسوي عشان اشيل الفنكشن
×
×
  • Create New...