Recent content by thahitcrew

  1. thahitcrew

    i know u didnt. they redirecct tho so i was jus sayinnn

    i know u didnt. they redirecct tho so i was jus sayinnn
  2. thahitcrew

    what happened to trinitysprx.com & trinitysprx.net? lol

    what happened to trinitysprx.com & trinitysprx.net? lol
  3. thahitcrew

    GSC SeriousHD VS LowKeyDNS

    Gota go with SeriousHD's base. Has a more professional look in my opinion. Though they both look good
  4. thahitcrew

    Aww, it ^ didn't work :(

    Aww, it ^ didn't work :(
  5. thahitcrew

    :christmas:

    :christmas:
  6. thahitcrew

    https://i.gyazo.com/1f0e9f4bad8145bb47847c3c8199a47f.png

    https://i.gyazo.com/1f0e9f4bad8145bb47847c3c8199a47f.png
  7. thahitcrew

    :)

    :)
  8. thahitcrew

    Release Perplexed v4.1 | Pre-Game + Non-Host Mod Menu

    Yeah try re-downloading the eboot+sprx
  9. thahitcrew

    Answered Smallest/lowest number from array

    Mine does too lmao. You're saying that as if my solution will not work. Like i mentioned my method of getting lowest number doesn't make use of any helper functions and/or may not be the fastest, but it works 100% completly fine
  10. thahitcrew

    ikr, it's getting annoying

    ikr, it's getting annoying
  11. thahitcrew

    Answered Smallest/lowest number from array

    here's something you could do without the use of any 'helper functions' int smallestNum = 99999999; const int arrayElements = 5; int idkExampleArray[arrayElements] = { 122, 8, 24, 6, 65 }; for(int i = 0; i < arrayElements; i++) { if(idkExampleArray[i] < smallestNum) smallestNum =...
Top