Jump to content

CEF: How to deal with it?


Jusonex

Recommended Posts

  • 4 weeks later...
Posted

Is there any limit? Becouse i see how it could abuse some of those "clicks per min" pages hehe.

My ingame nick is ~HyPeX~

BF3 Gamemode Progress: ~30% - Currently working on AI & MapManager

gKhdyRJ.png

  • 1 month later...
Posted

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

My ingame nick is ~HyPeX~

BF3 Gamemode Progress: ~30% - Currently working on AI & MapManager

gKhdyRJ.png

  • 1 month later...
Posted

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

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

Ingame Name: Arnold

If you need my help, contact me on Skype @bshr.ara

NOTE:DO NOT ASK ME FOR SCRIPTS, ASK ME FOR HELP

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...