Jump to content
SSForum.net is back!

Maverick

»VIP
  • Posts

    3556
  • Joined

  • Last visited

Everything posted by Maverick

  1. Idea: is it possible for anonymous people to submit news without actually signing up? For example, if the time is right (it's going to be soon) I'm going to announce some news on the things I have worked on. (pretty vague huh ) However, I don't want to sign up for anything. Hmm maybe a subforum where people can do that?
  2. Not alot of memory, only 512 mb. If it was about 1 GB I would call it a sharp price, now it's just a not bad price.
  3. Please don't post ways to around the ban - this player wasn't banned for nothing.
  4. Yup ok [Closed]
  5. ^ What Blocks said. A program named "Cheat Engine" is obvious that it allows you to cheat. The community doesn't like cheaters since cheaters destroy the game (like what happened with Subspace), that's why it's one year but I even think it isn't long enough. Netbans are up to the SSC Network Operators which are in no way affiliated with this forum whatsoever. Please see the pinned topics in the SSC forum for more information.
  6. I expected that freakmonger would move this topic. Anyhow, moved to a more appropiate forum.
  7. ok.. you don't agree on locking this topic in the spam forum (which I didn't do btw) but I don't understand your second complaint? Posting when you lock a thread?
  8. I'm not that much of a fan of HS but I still would like to say congratulations to you, Dr. Brain It's good to see a zone escaping the wrath of SSCI finding a new place to stay.
  9. :SD>Big:Happy Birthday!
  10. Maverick

    Bots

    oh god don't start about switching to !@#$%^&* again. Switching to ASSS with 17th is not an option (hosting-wise). Just try to find a better host then priitk's server. Tex, you really don't know what you are !@#$%^&*ting about, everything you said in your post is either false or just re!@#$%^&*ed. I'm not even going into detail with it.
  11. I will post the rest of this message in your style: Death, I don't think this is a trash forum so please don't start flame threads. Take it to a PM or something.
  12. Just a small reply about the subspace.net matter: You can buy the domain subspace.net via Sedo.com, like I tried to do: You see he's asking rediculous amounts of money for such a domain, it's pointless to even try. Bidding on a domain via Sedo isn't really a joke since it's legally binding but unfortunately he seems to think it is. I'd say thinking about buying subspace.net would be a dead end right now.
  13. be patient some longer or try to contact one of the Operators yourself
  14. Actually, it's a program that downloads the website news and parses them so it can be displayed on another website. Totally agreed although I think freakmonger is just trying to help the community which is good
  15. Have you checked the console/log for any hints that the plugin might be running on an imcompatible core?
  16. Then there is probably some firewall software on your computer or at your work. If you can't access it then you probably can't play SS since you can't set the SS ports yourself.
  17. Maverick

    Bots

    errr right.. you are using TWCore for 17th parallel now while all of the previous quality bots are done in c++? Good move...
  18. Errr didn't understand your question but it seems to have solved itself [Closed]
  19. It seems the ?lostp!@#$%^&*word isn't working anymore. I'm getting lots of questions about it too in TW. Too bad, the ssbase.com form is the only way although lots of people complain about it too.
  20. yeah true but I just couldn't find the exact words for it
  21. that's probably the site I was looking for instead I never use Tiny Url.
  22. aaah yea that was a nice plugin I programmed. Complex though Here is a snippet of the plugin code which iterates over all the flags in the arena and checks if the x and y position of each flag matches the position given in the configuration file (flags[] array): _listnode <Flag> *parse; bool flagCorrect; //Check flags with settings for(int i = 0; i < 32; i++) { for(int j = 0; j < 32; j++) { if(flags[i][j][0] > -1) { parse = flaglist->head; flagCorrect = false; while (parse) { Flag *f = parse->item; if((flags[i][j][0] == (int)f->x) && (flags[i][j][1] == (int)f->y)) { flagCorrect = true; } if(flagCorrect) break; parse = parse->next; } if(!flagCorrect) sendChannel("TURFSPAWN: X or Y position of (area #"+String(i)+") flag #"+String(j+1)+" is incorrect. ("+String(flags[i][j][0])+","+String(flags[i][j][1])+")"); } } } As you can see, the answer to your question is you can do flag->x and flag->y to get it's x and y position (after instantiating it with a Flag object).
  23. http://www.tiny.cc/EPqlv
  24. kernel32.dll is a windows dll file, you better not mess with it or your windows might not work. If Continuum can't load it then there must be something quite wrong with your windows system. Maybe repairing windows (boot via cd and then repair the windows installation) will help.
×
×
  • Create New...