Search the Community
Showing results for tags 'cefweb'.
-
When I enter a server and the loading screen just about to finish the game crashes and the ("CefWeb" Module cannot load error) Pop Up! So i did run the MtaDiag Software and it give's this link: https://pastebin.mtasa.com/764279948 Please Mta Team Help! Thank you Guys!
-
hi im new in this forum and game, my mta sa are crash when i want to teleport in "Drift Paradise 3.0" its says : --------------------------- MTA: San Andreas (CTRL+C to copy) --------------------------- Error loading 'CefWeb' module! Not enough memory resources are available to process this command. Apakah anda ingin melihat beberapa bantuan daring tentang masalah ini ? --------------------------- Yes No --------------------------- i already try every solution in this forum but still not work at all,please help...
-
Здравствуйте, я уже Вторые сутки пытаюсь запустить видео через html в мта, используя стандартный браузер, постер на видео получается поставить, т.е путь к постеру видит, а видео не запускается. Всё перепроверил, иначе бы сюда не пришёл. Уже проверил в двух браузерах, изменяя путь на простой, всё работает. В мта - в никакую. Ставил и убирал кодеки. Изменял теги <video>. ничего не помогает. Изменял путь и многое другое, в надежде чуда. Ничего, как понимаешь, не помогло. Код ниже index.html: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <video width="1280" height="720" controls autoplay="true" loop="true" muted="true" poster="http://mta/local/media/111.jpg" > <source src="http://mta/local/media/movie.webm" type="video/webm; codecs="vp8, vorbis""/> </video> </body> </html> client.Lua: local webView = guiCreateBrowser(0, 0, 1280, 720, true, true, true) local theBrowser = guiGetBrowser(webView) -- Get the browser element from gui-browser addEventHandler("onClientBrowserCreated", theBrowser, function() -- loadBrowserURL(source, "http://mta/local/html/index.html") loadBrowserURL(source, "http://mta/local/index.html") focusBrowser(source) end) meta.xml: <meta> <script src="client.Lua" type="client" /> <file src="index.html"/> <file src="media/movie.webm"/> <file src="media/111.jpg"/> </meta>
-
Why does this show up if I installed MTADiag?