Jump to content

neyo-

Members
  • Posts

    3
  • Joined

  • Last visited

neyo-'s Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. neyo-

    Something wrong.

    When i press again the key, i want to close the browser, but can't closing. i'm going to will send you my full code. here's browser. @DNL291 local screenW, screenH = guiGetScreenSize() local webBrowser = createBrowser(screenW, screenH, true, false) function webBrowserRender() dxDrawImage(screenW * 0.6977, screenH * 0.5273, screenW * 0.2599, screenH * 0.4596, webBrowser, 0, 0, 0, tocolor(255,255,255,255), true) end
  2. Guys, i can't find the problem , help me, the problems repeating value, i can't close the dx panel. @50p or other help. value = 1 function panel() for _, vehicle in ipairs ( getElementsByType ( "vehicle" ) ) do x1, y1, z1 = getElementPosition ( vehicle ) x2, y2, z2 = getElementPosition ( localPlayer ) x3, y3, z3 = getCameraMatrix() -- Get local players position. local distanceBetweenPoints = getDistanceBetweenPoints3D(x1, y1, z1, x3, y3, z3) if(distanceBetweenPoints < 25 and value == 1) then addEventHandler("onClientRender", root, webBrowserRender) showCursor(true) showChat(false) setPedAnimation(localPlayer,"ped","xpressscratch") loadBrowserURL(webBrowser, "http://mta/local/index.html") focusBrowser(webBrowser) elseif distanceBetweenPoints < 25 and value == 0 then removeEventHandler("onClientRender", root, webBrowserRender) removeEventHandler("onClientRender", root, mOS) showCursor(false) showChat(true) value = 1 end end end bindKey("J","down",panel)
  3. https://community.multitheftauto.com/index.php?p=resources&s=details&id=16140 delete my resource please. DONE
×
×
  • Create New...