Jump to content

How to make a pop up/ notification (i guess)


Go to solution Solved by Shiny Shizou,

6 posts in this topic

Recommended Posts

Posted

Basically I have a certain function that I use to set up a variable I need to mod something else and I want to make a pop up appear on my screen essentially  like the pop up you get when using Ted2’s mod menu template 

  • Solution
Posted

Would a normal alert be sufficent for your needs?

e.g.:

SCLAlertView *alert = [[SCLAlertView alloc] initWithNewWindow];
[alert showNotice:NSSENCRYPT("Title") subTitle:NSSENCRYPT("Content") closeButtonTitle:NSSENCRYPT("Close") duration:0.0f];

 

Posted
On 10/16/2023 at 12:59 PM, Shiny Shizou said:

Would a normal alert be sufficent for your needs?

e.g.:

SCLAlertView *alert = [[SCLAlertView alloc] initWithNewWindow];
[alert showNotice:NSSENCRYPT("Title") subTitle:NSSENCRYPT("Content") closeButtonTitle:NSSENCRYPT("Close") duration:0.0f];

 

Basically I did that but with show success I will try to use shownotice and tell you the result sometime tomorrow  👍

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
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines