Tomas Posted March 13, 2015 Share Posted March 13, 2015 Getting error #CL16 when the client is being started https://updatesa.multitheftauto.com/sa/t ... es-missing Link to comment
FernandoMTA Posted April 8, 2015 Share Posted April 8, 2015 @Jusonex Quick question: Are you able to control the webpage yourself, clientside? Is there like a mouse you can control and click on things on the website? That'd be cool. Link to comment
Castillo Posted April 8, 2015 Share Posted April 8, 2015 You can inject mouse moves/clicks with: injectBrowserMouseDown injectBrowserMouseUp injectBrowserMouseMove injectBrowserMouseWheel. Link to comment
.:HyPeX:. Posted April 10, 2015 Share Posted April 10, 2015 Is there any limit? Becouse i see how it could abuse some of those "clicks per min" pages hehe. Link to comment
.:HyPeX:. Posted June 7, 2015 Share Posted June 7, 2015 Hey there, is there any way to get the blocked pages from developer mode debug? As to make a list and request them to the player later on (Since alot of sites work with subdomains, e.g. plug.dj) I had to allow 2-3 extra pages to make it work.. http://i.imgur.com/YZbUwTj.jpg Link to comment
huyjvguyen Posted July 21, 2015 Share Posted July 21, 2015 hello, i tried to make a simple but it's not work. Somebody help me please!. client: local webBrowser = createBrowser(1200, 675) addCommandHandler("youtube", function() browserLoadURL(webBrowser, "https://www.youtube.com/watch?v=kdemFfbS5H0") addEventHandler("onClientRender", root, function() -- Update texture data updateBrowser(webBrowser) -- We can simply draw the webbrowser now since it is a standard DirectX texture local x, y = 110.7, 1024.15 dxDrawMaterialLine3D(x, y, 23.25, x, y, 14.75, webBrowser, 18.2, tocolor(255, 255, 255, 255), x, y+1, 19) end ) end ) server: -- Ask the player after login addEventHandler("onPlayerLogin", root, function() requestWebPages({"youtube.com", "google.com", "myservername.com"}) end this script can createBrowser 3d but can't load video Link to comment
Jusonex Posted July 21, 2015 Author Share Posted July 21, 2015 Some functions (e.g. updateBrowser) you're using were removed. Please use the latest 1.5 stable (https://www.mtasa.com/ --> Download) and a current example: https://wiki.multitheftauto.com/wiki/CreateBrowser (remote example) Link to comment
huyjvguyen Posted July 21, 2015 Share Posted July 21, 2015 but i don't know what faction can help me show my createBrowser wtih 3d?? can you teach me, please Link to comment
Arnold-1 Posted July 26, 2015 Share Posted July 26, 2015 but i don't know what faction can help me show my createBrowser wtih 3d?? can you teach me, please dxDrawLine3D put the browser in the place of the color argument. Link to comment
ixjf Posted July 26, 2015 Share Posted July 26, 2015 but i don't know what faction can help me show my createBrowser wtih 3d?? can you teach me, please dxDrawLine3D put the browser in the place of the color argument. Oh my. Someone please end this. Link to comment
Recommended Posts