Jump to content

مشكلة متعلقة باللعبة


Me[Z]oO

Recommended Posts

local screenWidth, screenHeight = guiGetScreenSize()
local webBrowser = createBrowser(screenWidth, screenHeight, false, false)


function ss()
	loadBrowserURL(webBrowser, "https://www.youtube.com/watch?v=baBGhujoEBo")
end


local x, y = 1064+.9 ,-1110.79761
addEventHandler('onClientRender',root,ss)
dxDrawMaterialLine3D(x, y, 23+2003-20, x, y, 14+2003-20, webBrowser, 10, tocolor(255, 255, 255, 255), x, y+1, 19)

		

ص

#Edit:

يعني ما في حل ._.

Link to comment
  1. local screenWidth, screenHeight = guiGetScreenSize()
    local webBrowser = createBrowser(screenWidth, screenHeight, false, false)
    
    
    function ss()
    	loadBrowserURL(webBrowser, "https://www.youtube.com/watch?v=baBGhujoEBo")
    end
    
    
    local x, y = 1064+.9 ,-1110.79761
    addEventHandler('onClientRender',root,ss)
    dxDrawMaterialLine3D(x, y, 23+2003-20, x, y, 14+2003-20, webBrowser, 10, tocolor(255, 255, 255, 255))

    Try this

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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