Jump to content
SSForum.net is back!

D1st0rt

★ VIP
  • Posts

    3307
  • Joined

  • Last visited

Everything posted by D1st0rt

  1. Just for future reference, I've never heard of anyone being able to log in to a zone on their computer without making a custom 127.0.0.1
  2. ignored
  3. Here's that INIAccess stuff I was talking about earlier This demonstrates how you can do basically everything you would need to iniaccess.zip
  4. blood
  5. your mom is !@#$%^&*'s topic how many beers left on the wall?
  6. Could you add zoom in/out for the mouse wheel?
  7. This is how SOS used GetPrivateProfileString in TM_MER, and I used it in my LVZ toggler because I liked it: //Load Functions, Courtesy of SOS #define G(name) ZeroMemory(buffer, 192);\ GetPrivateProfileString(!@#$%^&*le.msg, name, "-1", buffer, 192, Path) #define G2(a) if (isNumeric(buffer))\ a = getInteger(buffer, 10);\ else\ a = 0 #define G3(a) if (isNumeric(buffer))\ a = getLong(buffer, 10);\ else\ a = 0 void botInfo::load() { char Path[520]; GetCurrentDirectory(520, Path); strcat(Path, "\\lvztoggle.ini"); char buffer[192]; String !@#$%^&*le = "Objects"; G("TimeInterval"); G2(interval); ... } where interval is an int defined in spawn.h Cyan prefers to use GetPrivateProfileInt, which you can certainly also use. Another thing you might want to look for is the INIAccess class that Dustpuppy wrote for the old EXPLBot
  8. limbaugh (pfft noob gtfy)
  9. It is sooooo much easier to use GetPrivateProfileString() and/or GetPrivateProfileInt() to do that
  10. oxy
  11. My bad, I was thinking of this: http://sourceforge.net/projects/daccel
  12. 97?
  13. an!@#$%^&*ankmine
  14. Histamine (more logical would've been cats->evil)
  15. You can get the stuff from snrrrubspace as a start...
  16. deprived
  17. You mean you found spellcheck?
  18. Yawn (I'm starting to not sleep monday/tuesday nights)
  19. Uncreative (New Page Mage?)
  20. This:
  21. suck (I still have way more than you historically, doc)
  22. face
  23. Dav, fix your sig thing. STFY is correct.
  24. I tried
  25. He was exaggerating a little bit, but I know of a couple off the top of my head: Grelminar Dr Brain Bak Smong Muskrat Fiddy i88gerbils and sometimes myself
×
×
  • Create New...