Jump to content

Url click tracking


Mats

Recommended Posts

Hello!

 

Is there a way to check if people click on a url in-game and after clicking 'yes' and change it to example: steam://openurl + {url}

 

Hope someone can help me!

 

I'm sorry I accidentally removed my previous topic because I thought I posted it on the wrong category.

Link to comment
Share on other sites

There is a way if the player has not disabled the confirmation screen. Use GuiOpenEvent to override the GuiConfirmOpenLink and make it open the different URL when yes is clicked.

 

How can I override the GuiConfirmOpenLink in GuiOpenEvent?

Link to comment
Share on other sites

Any of GuiEvents give you direct access to gui you are in. In this case - there is (as mentioned) GuiOpenEvent which provides event.gui.

* This event is called before any Gui will open.
* If you don't want this to happen, cancel the event.
* If you want to override this Gui, simply set the gui variable to your own Gui.

Read docs :D

1.7.10 is no longer supported by forge, you are on your own.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.