-
Posts
419 -
Joined
-
Last visited
-
Days Won
39
Content Type
Profiles
Forums
Events
Everything posted by Canjucks
-
It is true that people come and go but that is because they want an instant return and they don't put in enough to make a game work and it is continuous work - the game, the code, the community. I don't believe games struggle to get players, games struggle to keep them all interested long enough or they don't get what they're playing and get bored to find out its actually okay. If you don't make an investment to make your game better then you simply survive. IF the dev has released something you want and they deem it to be worth x price then that's what it should be. If its out of a price range then you either wait or attempt to make yourself (as that is another part of these games is to dev yourself as well to a degree). I agree about the hobby as hobbies are always something you work on. @Uridium yes "GL is the new mccodes", put it simply one is still developed and one ended long ago. Congrats Dayo on the upcoming wedding and house purchase very exciting times for yourself and your partner!
-
mccode-v2 Change the bank interest without crons?
Canjucks replied to MajikalJoker's topic in Requests & In Production
Wasn't meaning to do any help of IFs just playing out what I did in the past. But yes will be something different and you should post your solution if you get it working. -
mccode-v2 Change the bank interest without crons?
Canjucks replied to MajikalJoker's topic in Requests & In Production
I think I did something similar in a mc2 game, I think I used a cron like if donator then interest = if non donator interest =. In terms of a cronless cron in MC2 that is an interesting point and I suppose it could be done. In terms of GL I would create new settings so they can be updated via the admin panel and in the code do a if this then else do that for showing the interest rate. In the hook file I think I'd do something similar to determine which interest rate applied. -
Why pop in after going missing for 8 or so months when this post was first created. You had people like me and Dayo give you a hand to get you back up and running to disappear. Maybe, and I'm not serious about it, we can call you a scammer for doing that. Take what you have and rebuild from there. Just remember its on you to backup and save a local copy and then save one to a cloud service (just in case your computer blows up) like one drive or something similar.
-
Im Back. Creating a new adventure. Future based game.
Canjucks replied to EliteNoob's topic in Gangster Legends
Welcome Back! -
Yeah exactly. Mods, themes, images, fixed bugs to what extent? What's better about your game than buying a fresh copy of mccodes. Does the domain come with hosting?
-
What have you done to the script to make it better than standard?
-
You only need to reset the play accounts not the game function stuff. Usually go to a users table and a User Stats table - this will reset their scores mostly. You might have other tables you want reset too like log files, notifications, mails. Gangster Legends has a rounds mod you might want to do some research on as that resets quite a few tables. It should be a good guide - its not the same as mccodes but you'll get a good idea of what to look for.
-
Nice job!
-
I made a Village system based off the Gang system and has most of what you want, plus more. Welcome message, leader orders, mass payment, mass message, protection (buy to prevent war while you grow), voting, upgrades, donate, log file, wars, things to earn money, raids, collections, jobs, missions, raids, inventory and village tasks. For this system though I don't have permissions setup yet, or allow a leader to withdraw any amount of money or bullets as it has to be a mass payment. I'll be converting it over to my gang system once I'm ready to go with that. I haven't written it all myself as most code was available to me and I've changed it to suit my purpose (ie Jobs is Gang Crimes, Collections is Businesses). And this one has a beast list which is NPCs that you try and farm kill (well rinse and repeat).
-
mccode-v2 Gang System Revamped [UPDATED: 02/22/2025]
Canjucks replied to MajikalJoker's topic in Requests & In Production
by looks and sound of it you're doing a pretty good job for still learning. 🙂 -
I've seen this before if I recall correctly you need to check that your database details are still configured and the database has a user. Although could be completely going down the wrong rabbit hole.
-
Can honestly say that you won't find anything free. You'd best code for yourself or ask for a custom paid modification.
-
Cool mate, hopefully you can get some breathing space to do the release.
-
I noted that in 2.5.1 has php 8 support. Would the latest version be php 8+ compliant? I'm mindful that I am still on php 7.4 that is now depreciated and worries me a bit that its so out of date. Even if someone in the know (more than I am) to how I can make the code compliant myself perhaps? I'm now of better understanding that GL works with php8+ so my issue now is getting my game up to date to work with it. bows head...im now on version 8 ..... now on 8.2 lol but have broken some things though like clans
-
Like most projects in this genre the game is offline. I see projects go up all the time hey look at mine only for months later its gone. Not many give it the long view (disclaimer life sh*t happens and priorities change)
-
Join his discord server if you haven't already. Shout out if you have any issues I'm sure I've come across most things to give you a hand 🤚
-
Who won @Dayo?
-
not wrong that it needs an overhaul.
-
AlzCode or GL has an updated gangs, I've been doing similar things to what you outlined above with the same code. (incomplete though and yours goes in a different direction to a degree)
-
Some nice additions once again @Dayo Looking forward to more releases 🙂🤘
-
Welcome back! Did you reach as far as you dreamed in your original post?
-
BeNii is a ripper. Helped me no end the lad has. So many others at various times too. Not a bad point that peeps have lives outside of this place so my suggestion is always post and add to the chat on the discord server, always someone around.
-
thank you for the explanation it makes more sense to me now 🙂
-
do I need to replace $max with column name i was to be checked? or assign it at least might be dull question but how does $itemid=Y equal the item Id?