Jump to content
MakeWebGames

Rooster

Members
  • Posts

    13
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Rooster

  1. Whoa. That is absolutely awesome the way it's structured. I honestly didn't even think to combine the equip/unequip/itmbuy in with it. I love features compressed into 1 file - I know people frown upon it but structured correctly it's really not that hard to de-bug when/if an issue arises. Thank you, @Magictallguy
  2. Interesting - Yeah quite the opposite! Although, I have done away with the mainmenu.php file and only have a header file. My header has a horizontal nav menu that's very small. My header is currently at 136 lines. I do have to add about 8/10 lines for some display data code.
  3. Well thank you very much kind sir! It works perfectly, only issue teeny tiny was the link for imadd which was a 2 second fix. I thank you greatly. I'm working on Mccodes on a localhost and I'm trying to condense the amount of files so I'm compressing multiples into 1. The above being an example. I'm currently making attack.php all in one - I guess it's personal preference I just don't like seeing 182 files. But again, thank you for this, it's perfect.
  4. I will be using this.
  5. Fantastic work. Thank you, @KyleMassacre
  6. Willing to pay* I have a request for someone to take the standard inventory.php and merge the iteminfo/itemsend/itemsell/imadd/itemuse.php all into the inventory.php. So basically it reduces 6 files into the 1 inventory.php file. I figured functions would be the easiest way. Inventory.php?action=info&ItemID=1 Inventory.php?action=sell&ItemID=1 something like that? Thank you. I am not running PHP 8 - I'm using 7.4.26
  7. Nice, anything to make MCCodes a little more economical is always a plus.
  8. Hi, Yes. 🙂
  9. Rooster

    Aliens

    That's his way of saying "Trust me, that's true".
  10. Rooster

    Aliens

    It also makes for a great show featuring, Steve Carell.
  11. Hello, World! I go by the alias of Rooster. That's all.
  12. Hi. This actually looks awesome, good work. Thanks.
×
×
  • Create New...