Jump to content
SubSpace Forum Network

ExplodyThingy

Member
  • Posts

    308
  • Joined

  • Last visited

Everything posted by ExplodyThingy

  1. Now now, ekted. Take a deep breath, count to ten, and THEN unleash -*BAD WORD*-.
  2. Gotta iterate through the playerlist and match the name to the player. When you match one, do sendPrivate(parse->item,"*shutup");. In the iterator, the Player *p will be set as parse->item.
  3. Too bad. If hes afraid of a little compe!@#$%^&*ion, then hes really insecure. Div: quality.
  4. You can barely do that even.
  5. Ok, linker errors are where you have declared the function and called it, byt not set anything to it. For example, in your riot.dll, you have "class botInfo { void getInGame(); }", and you also call it somewhere. However, you do not have any "void botInfo::getInGame(){..}" in any of the .cpp files. To fix my code, rename Rand() ro rand(), and rename the int rand to int randnum; In the future, 29 gay errors is not helpful. Try pasting the errors, and the line of the error (some cases prededing line) EDIT: Just a second passing glance shows me this: I think that that break; is invalid, your not inside a switch. true return;. Also, it looks like youre missin a } in the for loop.
  6. Lets see what i made for RWZ, shortlived as it was. "Winnable turf" with an adjustable arena based on population. The more people, the more map you can play in. Also freq sizes were changed based on the pop. Even the ammount of captureable flags changed. Cmon, that was quality. No, i dont consider myslef to be a real c coder, or even a "real" perl/html/you-get-the-drift writer. I used bots to learn, and now im better at what i do. We all are better after experience. Lets not rip on the merv people, most of them are like me and used MERV for practice. And such a master control program (a la Tron) seems impractable. So many control variables will just as easily confuse joe-schmoe sysop.
  7. Does ?log work as an aut command? Thats all i care about that doesnt work. Quality workings btw.
  8. I saw this in 17th some time ago. but i !@#$%^&*umed since i was a mod it didnt effect players. I dont konw of any other zone where its disabled.
  9. Not if you do it JUST right.
  10. get random: int InShip=0; int InSpec=0; _listnode <Player> *parse = playerlist->head; while(parse) { if(p->ship != SHIP_Spectator) InShip++; else InSpec++; parse=parse->next; } int rand=Rand()%InShip; int temp=0; parse=playerlist->head; while(parse) { if(p->ship != SHIP_Spectator) temp++; if(temp==rand) { //Heres a random player. } parse=parse->next; } This gets you the random player, a pop count for in the game, and a pop count for specers.
  11. Hey! Whiskey Tango Foxtrot? I said the same thing as him!
  12. Ask em to open the server ports so you can claim to develop a game server. The development is going to part of a class !@#$%^&*ignment. Then. dont do it. And just game.
  13. I like destroying peoples hopes.
  14. Because you go in at the wrong time of day.
  15. Again, priitk, one t, two i's. Amazingly i can fit this post in this thread along with your ego is amazing tho.
  16. Dear poor Indonesian children: DAMMIT! Wheres my modem? -Plody.
  17. Not as hard as youd think. I know its possible in some kinky little way.
  18. About due for another one too. You know, since its already lagging like a ug might as well screw everyone over. Sigh..... its been one of those days today.
  19. I would like to refer you to the FAQ that is pinned in this forum. http://ssforum.net/viewtopic.php?t=100
  20. GG Fresca, that maye the longest single leet senctence ive yet seen.
  21. TWCore, speak with DoCk>.
  22. Mmmm spammer. You posted this in general too. And so help me god if i find it on MGBs forus too.
  23. I changed fonts to a fix-width one. Its sexy. And i like it non-fixed, more like IRC.
  24. Wont work, as c->final is a string. What will work is using '1', however, that is not a numeric value. try #include for atoi(). In this case, you will want this: int number = atoi(c->final); to sture the int value of c->final to number. Now use sendPirvate(p,"You sent "+String(number)); You can THEN use the switch statement to utilize the number.
  25. The lastest tech report say that technology double capacity every 18 months.
×
×
  • Create New...