Jump to content

Esmail Mahjoor

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Esmail Mahjoor

  1. Hello there, I have found some tool or resource called DirectX (link here) I wan't to know how can I install this mode on my server so that all players have better game quality? or it it's not possible, what other thinks are available for me to do or install for this purpose? Any helps are appreciated
  2. That worked, thanks a lot. took hours looking for answer.
  3. Hi How can I close a created browser after hiding contained window? the issue is that a video is playing in browser and when user closes the window, video keeps playing. local screenWidth, screenHeight = guiGetScreenSize() local window = guiCreateWindow( 0, 0, screenWidth, screenHeight, "Web Browser", false ) local browser = guiCreateBrowser(10, 10, screenWidth-10, screenHeight-10, true, false, false, window) local the_browser = guiGetBrowser(browser) --outputConsole("Creating Browser") addEventHandler("onClientBrowserCreated", the_browser, function() res = loadBrowserURL(source, "http://mta/local/web/page.html") end )
×
×
  • Create New...