Jump to content

dk99

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by dk99

  1. Please explain: "when I click the link it automatically changes the URL in the text bar?" Which link and where? Are you talking about links that are rendered within the browser or any GUI/DX text link? The code provided by LopSided_ should work absolutely fine. local theBrowser = guiGetBrowser(browser) -- Function of the Browser addEventHandler("onClientBrowserCreated", theBrowser, function() loadBrowserURL(source,"https://www.youtube.com") end ) function geturl(targetURL) guiSetText(addressBar, getBrowserURL(targetURL)) end addEventHandler("OnClientBrowserNavigate",resourceRoot, geturl)
  2. So what? I don't even know if such resource existed. Have you even checked the code I wrote? True. They miss lots of good music.
  3. Nah, it doesn't really matter. You can start your own website and make a script store system. It doesn't even take a little effort to do so. How can someone scam you when you test the script before buying it? ;p
  4. You can check my resource to see how I did it: https://community.multitheftauto.com/index.php?p= ... s&id=12426 Decompiled version download link is in description.
  5. More tutorials coming soon, subscribe to my youtube channel. Stay tuned!
  6. DOWNLOAD: https://community.multitheftauto.com/index.php?p= ... s&id=12426
  7. Oops, I made a typo accidently. I was on phone. addEventHandler("onClientPlayerWeaponFire", localPlayer, -- It should be localPlayer instead of source function () playSound("hitmarker-sound.wav") end )
  8. Test the code, I gave you.
  9. Can u do it ? idont think this will fixe it It will. onClientPlayerWeaponFire will trigger each time you fire your gun. onClientPlayerDamage will only trigger if you damage a player element not other object elements. addEventHandler("onClientPlayerWeaponFire", source, function () playSound("hitmarker-sound.wav") end )
  10. - Try opening .wav file to see if it actually works. - Make sure you have added it in meta.xml or simply post your meta.xml here - What about /debugscript 3 ?
×
×
  • Create New...