Jump to content
MakeWebGames

ags_cs4

Members
  • Posts

    544
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by ags_cs4

  1. ags_cs4

    Hi

    what to be expected, well lot of red flags since the begening, the moment he started copying others mod and reselling them it saw gonna end like that
  2. i forgot i have this code, i played with it 2 years ago, but didnt make much of it, but its great, i might upgrade it to stop executing the hook files so if there is any db columns not found it wont give an error
  3. oh, well it give some stat: int, labor, or even limited time boost if you wanted something likenewspapers than that good tho i will say some thing need to change content and pages need to be used as TEXT or LONGTEXT instead of VARCHAR(255) and i think there is adiffrent idea to do the pages by using `substr($content, 0, 500)` you can limit each page to have like 500 but i ihave even better idea than that as that will break the works and sentences you can have this `[page]` in the content and when you want new page you can use it to break the text so you will use `$PageContent = explode('[page]', $content)`and that will give you paged content for example page #3 `$PageContent[2]` and to check if page exist you can use `isset($PageContent[$_GET['page]])` PS: small idea im using on my newsPaper mod πŸ˜„ And i just wanted to know if its gonna work like knowledge base if so the paging system is little out of place and cumbersome here some example of my KB
  4. Amazing work, Will this work like knowledge base?? or it will give benefit to players like Torn City? and i think u might use user level instead of user id to check for admin permision
  5. you host dont have ZipArchive library, or its disabled, contact the host and see with them
  6. tbh i got a mixed oppinion on the questions but i went and asked AI for fun but its answers was some what insightful Chat-GPT:
  7. im doing that on GL and more like torn than just mcc and let me tell ya, its soo much work, some times i just drom work mid way and start next mod πŸ˜„ but soon we gonna open the closed beta we will need some player to test the game πŸ™‚
  8. Hey there glad to see you took the courage to post πŸ˜„, well i think i have seen a project that take on zapoco idea of survival i think its Zed City, im sure there is another one here on the community thats doing that but cant remember of the top of my head
  9. So far he didnt like GL v1 but still made (Mafia Town) and still use GL for most his work ex: portfolio, personal project (Classified-Ads), and 2 more game projects now he cant stop talking about gl for 5 mins , now on working on GL for 4 years in a row, such a hypocrit 🀣
  10. You can check GL inventory module "modules/installed/iventory/hooks/meta.php" for what i mean and why GL (Soon OpenPBBG) is amazing, I can take same concept 1nd make a new hook function to edit that field and i think if there is any predefined data i can grab them from DB 1nd call it a day, Tho i wont be doing it the same like you did by getting all columns of tables as i got 7 userStats tables but the idea i can add more user inputs its great @Dayo i will make that and send you the code you can ship it on the next major release as its a nice idea to have, Might impress more to upgrade their engine
  11. Amazing, Yeah it save so much codes and time finding inputs, Im gonna do something like this but using hooks on gl and chose what type input it is, Tho the select gonna be tricky
  12. Oh amazing idea i wasa gonna work on GL acp user manager, Im gonna steal it dont mind me πŸ˜„
  13. Nice work its a great addition to have, i made something like this on my game (GL) as "weekly bonus"
  14. nice oneπŸ‘ both codes are a great addition to any engine, tho i dont like the bot one but some one might have it useful
  15. Welcome πŸ‘‹
  16. ags_cs4

    Games List

    Amazing work i realy like the layout, well done i think you should add it here https://pbbg.com/ you could get real player there πŸ˜„
  17. lol 24h that intense 🀣
  18. Oh i didnt know that, its amazing 🀩🀩🀩
  19. every thing looks good, even tho the login logic is not on this page but i think it might be a sessions problem not saving or something is the game live? if se you can post or PM me a link
  20. well i cant say without seeing the code or the page, as it could be any thing
  21. couldnt read the code 🀣 might be better to start fresh then work on old code πŸ˜„ but the idea that allow you to walk the map and see the other player is great will be tricky to make the maps responsive without zooming and de-zooming (grafic will look bad)
  22. hey, just wana say something make sure you are not buying copyrighted images (items/houses...) like AliCodes have a content pack that sells torn items and cars images than if torn see that they will dmca you for sure
  23. I have an old backup of almost any mod sold/free on https://mccodes.com/marketplace.php if you have any trouble downloading any mod then i might upload it here or on the MWG market place to keep it in one place as for paid mods tag the dev here or dm him if he say here and he want the files to be posted for free then i will do so
  24. lol but yours you can travel move and stuff, mine is just showing you locations all can be changed to text based with nothing new πŸ˜„
  25. @peterisgb i like the idea i did work on a system for a map with locations/cities (circles) and quests (scrolls), chests the game need lot of thinking than any normal browser game as i want the game to have long duration on travel not just like 1h-5h maybe like days, and want the game to be like story driven than the usual pvp or pve games out there
×
×
  • Create New...