Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class DeadOrNot extends SFrame
- {
- int playercount=3847;
- boolean dead=false;
- if (playercount < 10000)
- {
- dead = true;
- }
- if (dead == true)
- {
- SDialog.showOkDialog("Oh no!","The game is dead, pls put your talent into something you can profit from",this);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement