Hugos Posted September 22, 2019 Posted September 22, 2019 (edited) Tell me please if it is possible to make a function that opens an adress URL in your browser? P.S.: I mean open a browser not in the game (not createBrowser), but in a regular browser (out of the game). Edited September 22, 2019 by Hugos Говорю на русском. Sorry for bad english.
Moderators IIYAMA Posted September 22, 2019 Moderators Posted September 22, 2019 38 minutes ago, Hugos said: Tell me please if it is possible to make a function that opens an adress URL in your browser? P.S.: I mean open a browser not in the game (not createBrowser), but in a regular browser (out of the game). No that is not possible directly from MTA exe to web-browser. But you can set the clipboard with an specific URL. https://wiki.multitheftauto.com/wiki/SetClipboard You can also add push notifications, which comes closer to what you want: https://web-push-book.gauntface.com/ https://web-push-book.gauntface.com/demos/notification-examples/ But I haven't done it before, so the exploration is all yours. How Youtube does it (concept): 1 Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now