Jump to content
MakeWebGames

ags_cs4

Members
  • Posts

    544
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by ags_cs4

  1. hey there welcome back glad to see ppl coming back to the community i would say check @Dayo game its interesting and out of the box 😄
  2. lol IBP have a spam filter but still they bypassed that xD
  3. thats so true, what i found to be so facinating in GL engine is the hook system i recently did some work with personal Stats using hooks and it was amazing so i this idea might be good if you can make it but one thing is that you have to write each formule manulay and add it as a hook but that way it will be parsed the right way but what i think is best in this way is its more flexible you can make a calculation and pass that to the formula not just static data from the Database new hook('crimes_formulas', function () { return [ 'name' => 'bank haking formula', // can pass more data not just userdata to the function "formula" => function ($user, $data) { // example of MCC formula ((IQ*0.8)/2.5)+(LEVEL/4) // converted to GL $value = (($user->info->US_iq * 0.8) / 2.5) + ($user->info->US_level / 4); return round($value); }, ]; });
  4. Nice thoughts i like how you found counter measures to some thing that have been broken for years, i started a similar advanced quest/crimes system on my GL RPG game last year (didn't finish it or i could show some of the code) so the idea was i make the formulas in hooks and pass the success rate but from what i read here it seems like the approach you took is the best to go with, got this idea too one can make a function with `str_replace()` to swap the Keys with the corresponding value and not sure bout this but if one can check if the final result still hold any characters then it throw an error or don't execute the crime
  5. Well done you always amaze me with you designs 🤩🤩🤩🤩🤩🤩
  6. go to your config file and edit the debug variable from 0 to 1 and try the page u got your error on and post the error you get there
  7. Due to not having time to upgrade and edit the theme i will be posting the theme for free so any one can enjoy the APC with a mobile-friendly interface I was thinking of releasing a mod compatible with the theme with the stats widgets but not all the games are the same so i will not do that and leave it like that for now 😛 oh yeah, Did i forgot to say its built with bootStrap 5? so i'v updated it to the latest v5.1.3. (seems like adding Bootstrap 5 to any thing get some attentions nowadays 🤣) so here enjoy the theme, if you got any idea let me know i might find some free time and try them out who knows 😄
  8. ags_cs4

    DeadlyCity

    congratulation on releasing the game 😍 , good luck with it i will keep an eye on it and see how it will look after you add you story to it 😛
  9. yup there is my news mod i think its better than a new link to show logs
  10. Congratulation @Dayo thats a great thing to hear, would love to see the community grow even more under his vision. i wish you all the best for you dave and chris
  11. ags_cs4

    Mccode v3

    to be honest that just your opinion and i respect that, let me in on this ali 😄 so im much older than ali in gl coding and i know how much it cost to have all thous mods in one packet that work together and its cheaper than what its worth and you can ask any decent coder here that will tell you it cost lot of time to make mods and to keep them bug free and keep supporting them and on top of that keep adding new idea in the community as for crime games are old school? yes ofc it is but there still lot of active games with thousand of active players maybe you dont want to pay on thous old school games but there is a lot of games that get at least 5-10k a month and i know 2 ppl that can get more if that reinvest in advertising one was sold recently that got 2-3k a month running on GL so the botom line is there is a market for mafia games but not any one can make a game that get that revenue
  12. this have what you want https://stackoverflow.com/questions/59670108/convert-php-array-of-categories-to-html-breadcrumbs-for-multiple-sub-categories
  13. edit the config file and edit debug variable to 1 instead of 0 (if its false make it true)
  14. is there any error? if no try to see the link to the captcha image (like right click and open image in new tab) that will most likly give an error if theres any thing
  15. $location_id = 1; $mobGroup = $this->db->select( "SELECT COUNT(*) AS 'total' FROM `mobs` LEFT OUTER JOIN `locations` ON (`L_mobGroup` = `MOB_group`) WHERE `L_id` = :id", [ ':id'=> $location_id ] ); $groupTotal = $mobGroup["total"]; try this at least from that what i understood 😛
  16. There is one solution but with crons
  17. i agree too but he already gave the devs a way to get it under a condition that i like to make 3 mods in the market wich is fair athen they get back the initial price of the mod but i will say this as my opinion the engine need the packages/mod manager/installer and a clean way to create/edit/remove mods with out touching any thing in the core files just like GL is built wich is one of the bigest adventage it have over other mods
  18. Congratulation on releasing you engine i wish you the best i will give the free version a try when im free if i ever have time soon i might try to remake some of my mods form GL to SPADE but 🤞
  19. clean and neat, phpkiller aproves 😄 but i would say mafia?? its little not matching but other that litle note its 10/10
  20. @Dayo i like all that i saw in the roadmap 10/10, as for the multi-lang check mine iv posted it in the suggestions on the discord chek that and let me know
  21. try infinityfree its good host or get MWG hosting its 1$/month i think its your best offer as if u still new then u wont need a cpanel start with free host learn with it and later on get a premium host for your need
  22. yes thats right but thats at least 2 bill
  23. there is no lvl cap as far as i remember in MCC v2
  24. the point is not if its similliar to that your old one is show to public while his is for stuff whyle i disagree to the 15$ price ithink it should be 5$ but thats not the point the point is you made the same thing he made and in the same week and the other main thing is that you have a similiare mod and sold the right to it to another party and made almost the same mod and put it on sale
  25. see this video, and when you enter your PHPmyadmin go to a table called users and find a column named user_level and set it as 2 on your user if you need more help DM me here and will try to help you
×
×
  • Create New...