Jump to content

_Rocket_

Member
  • Posts

    540
  • Joined

  • Last visited

  • Days Won

    29
  • SteamID

    76561198147511354

Status Updates posted by _Rocket_

  1. That Lipton tea makin' me thirsty

  2. Hewwo, I got some ice cweam. We gonna go wob a bank if you wanna join. We all get ice cweam afterwards ^w^

     

    Jokes aside I'm being serious. We got 5 gunmen and we're targeting the national reserve. We need the best men on the job and I could use your help. I'll give you burger for fuel.

  3. Miboi still making donations to the community ❤️ 

    Screenshot_20200325-235201.thumb.png.32cf1adba8bd8e3739b9b0f01d39f13c.png

  4. I love your avatar

  5. Some important information in regards to what my activity will be like in the coming month(s):

     

    Some of you have probably heard me say that my financial situation isn't very great. Well, I don't go into great lengths in explaining exactly how bad it actually is. Hopefully this paints a picture.

     

    My main internet has been shut off. We can't afford the internet bill right now, despite how much we have tried. We can't trade food expenses or other expenses for this since the internet isn't a necessity for living. So as it stands, my computer has no internet connection. And it will likely remain that way until we finally get ourselves in a better position.

     

    We do not have a wifi adapter, only one we can sometimes borrow from a friend who comes over once and a while. This means any mobile hot spots using the wifi adapter will be the only way I can get internet on my PC. So... Yeah.

     

    I hope you all understand why I am doing this, but I likely won't be able to work on any programming projects for a while. It's hard to stay motivated in the current situation we're in. And while I do have a strong passion for programming, it's a passion that takes a lot of dedication. Right now? I'm not too sure I'm in the mood to give that kind of dedication.

     

    I'll update you all when I can in regards to my situation. For the time being, I probably won't be very active. I'll be on my phone using my mobile data if I'm browsing here, so I'll still be around don't worry.

    1. Cassie

      Cassie

      Sorry to hear that man.

  6. C++ code I wrote about 6 months ago. Wow it's amazing how much better you can get at something after 6 months.

    image.thumb.png.701c6d68c314c07c5e081ddb6f1208bb.png

     

     

    we are gonna build a great great wall across our southern border, using nothing but logical operators and shet

  7. This is the excitement you feel when your program works the first time without any bugs.

     

    It is incredibly rare, I am telling you right now.

  8. You are officially the first person I have seen in any gaming forum who lives in Idaho with me. We die of boredom together, brother!

    1. SThePunisherL

      SThePunisherL

      Living in Idaho is why we must game, broether. Nothing here but potatoes, guns, n farms. 

       

      Oh, and Boise. 

       

      It's good to know i have someone who also feels my pain :') 

  9. I will be so glad when I get back on PC.

     

    I apologise to the TTT Rotation server for being gone for as long as I have. I know you guys need an admin on to keep things running okay, and sometimes no one is on at times when I'm normally on. Just hang in there. I'll be back eventually. I just don't know when.

     

    To those who are waiting for the GFL game, I am going to be working hard on it once I'm back. But due to how long this delay in progress has lasted... I may not be able to meet the 12/1/19 release date. It may not be until likely the 5th, maybe as late as the 10th. But don't worry it will be out.

     

    And to the Dev team, I know you guys were needing someone to work on a few Lua related things. And I haven't been there to assist in that. I am... Genuinely sorry for not being there. I'm always here to assist, it's why I applied for Developer. Of course I'm more of an OOP programmer so I'm not the most experienced person with Lua, but I'm still going to try my best. If you still need my help when I get back, I'll do what I can.

     

    I will be back. I don't know when, but I will be back. I hope to see you all soon.

  10. Welcome to the Dev team. We're all a bunch of angry nerds ready to hakkurman into the Pentagon. Get ready, we're gonna start a revolution.

     

    Jokes aside, welcome to the team miboi

    1. ghostthemarine

      ghostthemarine

      Thank you, young man. Look to add some senior citizen status to the team. 

    2. Male_08

      Male_08

      Congratulations 

  11. Happy borthdai 

     

    1. Finnick

      Finnick

      thankq thankq thankq thankq

  12. Im thinking of maybe making a tutorial on pointers. (Programming) Not much how they work, there's plenty of tutorials that cover that. I mean more about how to practically use pointers, and good habits and practices to easily bug test and safely use pointers of various kinds.

     

    I'm thinking of actually making it a video, too. What do you programming nerds think?

  13. You have the best computer information section on GFL

    1. Harakoni

      Harakoni

      Thanks lol, i'm pretty sure one or two might actually be the case

    2. _Rocket_

      _Rocket_

      Where can I find 1 rem?

  14. Vin, the reason why admin exists on the server and banning racism words is to create and maintain the server as a safe space for people to play on, not for you to be toxic and ban people according to your will "by rules," if you don't realize this and your cancerous behaviors you are a bad admin, hands down. : )

     

    This should be a damn poem taught in schools until the end of time. It almost made me cry happy tears.

    1. Vin

      Vin

      ( ͡° ͜ʖ ͡°)

      image.png

      image.png

    2. Ttayw

      Ttayw

      reeeeeeeeeeeeeeeeeee

       

  15. I still gotta add that raccoon x duck Easter egg. What's your favorite position? Thank

    1. Cassie

      Cassie

      Idk but apparently ducks occasionally rape each other... this took a dark turn.

    2. _Rocket_

      _Rocket_

      Man this is turning into a very different kind of game. This is spooki

  16. Congrats on being accepted into the team Keira. Now you can't start "RDM staff" parties anymore >:)

    1. KeiraJJ
    2. Male_08

      Male_08

      Words of staff wisdom: Ygshm bwmjhwgjhwvhwbhhwggvwhvwhwbhwbjwbheghsbnsnjsnheghebnebjdb

  17. You are a good duck man.

    1. Cassie

      Cassie

      You are a good raccoon man.

  18. Welcome to the TTT Rotation staff team. Be sure to RDM Volk as soon as you can to prove your worthiness.

  19. This post is about programming, so feel free to skip this if you aren't interested lol.

     

    I have actually come to really enjoy lambdas in C++. It's a lot like the anonymous function in Lua for those of you who only use GLua. I think lambdas shine the best for multi-threading. While I've been making the GFL game, I've needed to use multi-threading for better RNG and for the game to run more efficiently.

     

    It's like this:

     

    std::thread thread = std::thread([=] ()
    {
      //Do stuff
    });

     

    It's pretty cool. It makes multi-threading in this language to be much less of a headache. I might find more use for lambdas in the future 😄

  20. Good choice in avatars.

    1. TCell

      TCell

      Need people to know im chill af

  21. I can't believe I only just recently started using the GFLV3 main theme on this site. It's beautiful. (Though I most definitely prefer the square avatars instead of the circular ones. I always hated when sites did that to avatars)

    1. _Rocket_

      _Rocket_

      If it had square avatars, it would be absolutely *perfect* in my eyes.

    2. Male_08

      Male_08

      Thanks for bringing this up. I probably would've found this way further down the road if you didn't.

  22. I AM NOT FOR SURE IF YOUR CAPS LOCK IS BROKEN OR YOU HAVE FINALLY LOST IT. I CAN PROBABLY RELATE. BUT HOLD DOWN SHIFT AND IT WILL MAKE YOUR TEXT SMALL AGAIN. IT'S VERY SPOOKI BUT IT SHOULD WORK. IF YOU KEEP SCREAMING LIKE THIS YOU MIGHT WAKE THE KIDS IN ROY'S BASEMENT AND THAT WILL MAKE ROY VERY ANGRI

  23. Ayy lmao welcome to the development team miboi. Now your next step is to show us your strength as a programmer and hack into the Pentagon.

     

    jokes aside, welcome aboard to the ship. We're all nerdy bois who bash our heads against our keyboards. It's quite the time ngl

    1. Yogpod

      Yogpod

      honestly overjoyed, this has made me 1000% happier than I was

    2. Male_08

      Male_08

      Congratulations @Centrix. Now everyone can know you got a big brain.

×
×
  • Create New...