Jump to content

Bummibaer

Senior Member
  • Posts

    336
  • Joined

  • Last visited

Everything posted by Bummibaer

  1. Hope I win.
  2. Thanks
  3. Thank you for another great giveaway!
  4. Any feedback to my method then?
  5. Another fun bear fact: The sloth bear has the shaggiest fur. The sun bear has the shortest fur so it can keep cool in the hot forests of Southeast Asia I wish I could keep cool in hot summers, too.
  6. I have access to the knowledge of millions of people by looking at some strange letters.
  7. How to avoid spam... Oh, I know! Fun bear facts! The largest mammalian carnivore that ever lived on land was the giant short-faced bear. Twice the size of the biggest modern bear, it was 6' 5" tall at the shoulder when standing on all fours. Scientists believe it had very long legs and chased antelope on the North American prairies. It died around 12,000 years ago.
  8. You could send me a PM with your code and I could take a look at it if you want.
  9. The code I posted should work. Maybe show the preferences.
  10. %hook BlahBlah -(void) hello:(bool)fp1 bye:(bool)fp2 thanks:(bool)fp3 smile:(bool)fp4 frown:(bool)fp5 { if(GetPrefBool(@"A")) { fp1 = false; } if(GetPrefBool(@"B")) { fp2 = false; } %orig; } %end Like this?
  11. %hook BlahBlah -(void) hello:(bool)fp1 bye:(bool)fp2 thanks:(bool)fp3 smile:(bool)fp4 frown:(bool)fp5 { if(GetPrefBool(@"hello")) { fp1 = false; fp2 = false; fp3 = true; etc. } %orig; } %end //edit: Aww, to late.
  12. I don't know in which language, but it is not valid Java code. You close the class directly after declaring the girlName variable, then you have every function outside the class. Also, there's a function tuna without a return type specified. I don't want to start an argument here and also find the comic funny, but that's how it is. //edit: The code would have to look something like this to compile and work: class Woman { private String girlName; Woman(String name) { girlName = name; } public void setName(String name) { girlName = name; } public String getName() { return girlName; } public void saying() { System.out.printf("your best girlfriend was %s\n", getName()); } } class Ex { public static void main(String[] args) { Woman object = new Woman(null); object.saying(); } }
  13. I can't wait to win.
  14. Thank you.
  15. Thanks, it's really handy to learn the basics.
  16. Nice, more stuff to learn.
  17. Even though it is not what you asked for, you might want to check out this topic: https://iosgods.com/topic/31376-urgent-rid-yourself-from-the-evil-of-xmodgames/
×
  • 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